From 72635ea8bb741627f828c47d883dbfcdff189c94 Mon Sep 17 00:00:00 2001 From: scott Chacon Date: Mon, 19 Nov 2007 07:51:08 -0800 Subject: updated documentation --- doc/classes/Git/Branch.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/classes/Git/Branch.html') diff --git a/doc/classes/Git/Branch.html b/doc/classes/Git/Branch.html index d5d0486..2bdb328 100644 --- a/doc/classes/Git/Branch.html +++ b/doc/classes/Git/Branch.html @@ -311,7 +311,7 @@
 # File lib/git/branch.rb, line 23
     def gcommit
-      @gcommit = @base.object(@full) if !@gcommit
+      @gcommit = @base.gcommit(@full) if !@gcommit
       @gcommit
     end
 
-- cgit