From 72ae34cf263c00376d6c13f932a5fb1cf59dbef2 Mon Sep 17 00:00:00 2001 From: scott Chacon Date: Sat, 17 Nov 2007 08:42:58 -0800 Subject: made it not change working directories when running git commands unless it needs to --- benchmark.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'benchmark.rb') 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')) -- cgit