Method: Git::Log#cherry

Defined in:
lib/git/log.rb

#cherry



67
68
69
70
71
# File 'lib/git/log.rb', line 67

def cherry
  dirty_log
  @cherry = true
  return self
end