From 3687e45effe8ad433da31712149b424d46effe64 Mon Sep 17 00:00:00 2001 From: scott Chacon Date: Thu, 15 Nov 2007 17:11:58 -0800 Subject: forgot gblob --- lib/git/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/git') 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 -- cgit