diff options
author | scott Chacon <schacon@agadorsparticus.corp.reactrix.com> | 2007-11-19 14:32:53 -0800 |
---|---|---|
committer | scott Chacon <schacon@agadorsparticus.corp.reactrix.com> | 2007-11-19 14:32:53 -0800 |
commit | 7dc56e180632790d04a3c2dfd526e8bced746c94 (patch) | |
tree | 6e5fc39a769635ade48bda42b3d934252178d655 /benchmark.rb | |
parent | c478613ee08ead9319262e325cd02040a8adac22 (diff) | |
download | third_party-ruby-git-7dc56e180632790d04a3c2dfd526e8bced746c94.tar.gz third_party-ruby-git-7dc56e180632790d04a3c2dfd526e8bced746c94.tar.xz third_party-ruby-git-7dc56e180632790d04a3c2dfd526e8bced746c94.zip |
added some TODO notes, the History.txt entry i forgot and a way to attach a custom logger to Git
Diffstat (limited to 'benchmark.rb')
-rw-r--r-- | benchmark.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmark.rb b/benchmark.rb index e5a8953..022e4ee 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')) |