From 1d845799ebc05bee9e3a68b7ad9dd5015277ca41 Mon Sep 17 00:00:00 2001 From: Scott Chacon Date: Sat, 8 Mar 2008 18:14:15 -0800 Subject: reverted the pure ruby code to system calls and split the pure ruby to a new library --- lib/git.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/git.rb') diff --git a/lib/git.rb b/lib/git.rb index c7c2703..79dab61 100644 --- a/lib/git.rb +++ b/lib/git.rb @@ -26,8 +26,6 @@ require 'git/author' require 'git/stashes' require 'git/stash' -require 'git/raw/repository' - # Git/Ruby Library # -- cgit