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