class Git::Log

def all

Returns:
  • (self) -

Other tags:
    Example: Return the last 50 commits reachable by all refs -
def all
  dirty_log
  @all = true
  self
end