Class
Git::Log
In:
lib/git/log.rb
Parent:
Object
object
that holds the last X commits on given branch
Methods
author
between
each
first
grep
new
object
path
since
size
skip
to_s
until
Included Modules
Enumerable
Public Class methods
new
(base, count = 30)
Public Instance methods
author
(regex)
between
(sha1, sha2 = nil)
each
(&block)
first
()
grep
(regex)
object
(objectish)
path
(path)
since
(date)
size
()
forces git log to run
skip
(num)
to_s
()
until
(date)
[Validate]