From de071dcd8dee3d853291a5077b9dcdec07dd5362 Mon Sep 17 00:00:00 2001 From: scott Chacon Date: Fri, 16 Nov 2007 11:23:24 -0800 Subject: added some low level tree operations and tests --- lib/git/index.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/git/index.rb') diff --git a/lib/git/index.rb b/lib/git/index.rb index b96eedb..c27820d 100644 --- a/lib/git/index.rb +++ b/lib/git/index.rb @@ -1,4 +1,5 @@ module Git class Index < Git::Path + end end -- cgit