31 32 33
# File 'lib/git/base/factory.rb', line 31 def gcommit(objectish) Git::Object.new(self, objectish, 'commit') end