Shows objects
Parameters:
the target object reference (nil == HEAD)
the path of the file to be shown
Returns:
the object information
586 587 588
# File 'lib/git/base.rb', line 586 def show(objectish=nil, path=nil) self.lib.show(objectish, path) end