summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorscott Chacon <schacon@agadorsparticus.corp.reactrix.com>2007-11-15 17:11:58 -0800
committerscott Chacon <schacon@agadorsparticus.corp.reactrix.com>2007-11-15 17:11:58 -0800
commit3687e45effe8ad433da31712149b424d46effe64 (patch)
treee37e6af8d500be941a294d53157b6a29907e2d8d /lib
parente806b6bc193ced4c562f69f28490e6c9bcb622a4 (diff)
downloadthird_party-ruby-git-3687e45effe8ad433da31712149b424d46effe64.tar.gz
third_party-ruby-git-3687e45effe8ad433da31712149b424d46effe64.tar.xz
third_party-ruby-git-3687e45effe8ad433da31712149b424d46effe64.zip
forgot gblob
Diffstat (limited to 'lib')
-rw-r--r--lib/git/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/git/base.rb b/lib/git/base.rb
index d1404f1..4e1e125 100644
--- a/lib/git/base.rb
+++ b/lib/git/base.rb
@@ -153,7 +153,7 @@ module Git
Git::Object.new(self, objectish, 'commit')
end
- def gcommit(objectish)
+ def gblob(objectish)
Git::Object.new(self, objectish, 'blob')
end