From 1f63953f05a4afe74f881d54f69f77da513939d5 Mon Sep 17 00:00:00 2001 From: scott Chacon Date: Thu, 8 Nov 2007 17:07:04 -0800 Subject: moved the git objects into the object.rb file --- lib/git/commit.rb | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 lib/git/commit.rb (limited to 'lib/git/commit.rb') diff --git a/lib/git/commit.rb b/lib/git/commit.rb deleted file mode 100644 index 1cd5d1d..0000000 --- a/lib/git/commit.rb +++ /dev/null @@ -1,4 +0,0 @@ -module Git - class Commit < Git::Object - end -end \ No newline at end of file -- cgit