diff options
author | Scott Chacon <schacon@gmail.com> | 2008-03-08 18:14:15 -0800 |
---|---|---|
committer | Scott Chacon <schacon@gmail.com> | 2008-03-08 18:14:15 -0800 |
commit | 1d845799ebc05bee9e3a68b7ad9dd5015277ca41 (patch) | |
tree | e84397c1359cc51189760477a4475e4279cfa01f /lib/git.rb | |
parent | 2d749e3aa69d7bfedf814f59618f964fdbc300d5 (diff) | |
download | third_party-ruby-git-1d845799ebc05bee9e3a68b7ad9dd5015277ca41.tar.gz third_party-ruby-git-1d845799ebc05bee9e3a68b7ad9dd5015277ca41.tar.xz third_party-ruby-git-1d845799ebc05bee9e3a68b7ad9dd5015277ca41.zip |
reverted the pure ruby code to system calls and split the pure ruby to a new library
Diffstat (limited to 'lib/git.rb')
-rw-r--r-- | lib/git.rb | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -26,8 +26,6 @@ require 'git/author' require 'git/stashes' require 'git/stash' -require 'git/raw/repository' - # Git/Ruby Library # |