summaryrefslogtreecommitdiffstats
path: root/benchmark.rb
diff options
context:
space:
mode:
authorscott Chacon <schacon@agadorsparticus.(none)>2007-11-17 08:42:58 -0800
committerscott Chacon <schacon@agadorsparticus.(none)>2007-11-17 08:42:58 -0800
commit72ae34cf263c00376d6c13f932a5fb1cf59dbef2 (patch)
tree907779b408ed427709aa33b9dfcfd109c20ce0dc /benchmark.rb
parentb0d47b3112b00cb6c1ae72d6d8a43e583af117ea (diff)
downloadthird_party-ruby-git-72ae34cf263c00376d6c13f932a5fb1cf59dbef2.tar.gz
third_party-ruby-git-72ae34cf263c00376d6c13f932a5fb1cf59dbef2.tar.xz
third_party-ruby-git-72ae34cf263c00376d6c13f932a5fb1cf59dbef2.zip
made it not change working directories when running git commands unless it needs to
Diffstat (limited to 'benchmark.rb')
-rw-r--r--benchmark.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmark.rb b/benchmark.rb
index 7fc0b5d..58e9703 100644
--- a/benchmark.rb
+++ b/benchmark.rb
@@ -2,8 +2,8 @@ require 'fileutils'
require 'benchmark'
require 'rubygems'
require 'ruby-prof'
-require_gem 'git', '1.0.3'
-#require 'lib/git'
+#require_gem 'git', '1.0.3'
+require 'lib/git'
def main
@wbare = File.expand_path(File.join('tests', 'files', 'working.git'))