summaryrefslogtreecommitdiffstats
path: root/lib/git/commit.rb
diff options
context:
space:
mode:
authorscott Chacon <schacon@agadorsparticus.corp.reactrix.com>2007-11-08 17:07:04 -0800
committerscott Chacon <schacon@agadorsparticus.corp.reactrix.com>2007-11-08 17:07:04 -0800
commit1f63953f05a4afe74f881d54f69f77da513939d5 (patch)
tree5fabd81a82d8aa3df0e9cdc10b0ed7f6ff141b8a /lib/git/commit.rb
parentb18bca3b853dee6a7bc86f09921aa3b1ee3f3d7b (diff)
downloadthird_party-ruby-git-1f63953f05a4afe74f881d54f69f77da513939d5.tar.gz
third_party-ruby-git-1f63953f05a4afe74f881d54f69f77da513939d5.tar.xz
third_party-ruby-git-1f63953f05a4afe74f881d54f69f77da513939d5.zip
moved the git objects into the object.rb file
Diffstat (limited to 'lib/git/commit.rb')
-rw-r--r--lib/git/commit.rb4
1 files changed, 0 insertions, 4 deletions
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