# File lib/git/branch.rb, line 23
    def gcommit
      @gcommit = @base.object(name) if !@gcommit
      @gcommit
    end