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