diff --git a/README.md b/README.md index 7d3d61ef..39590f1a 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,7 @@ g.repo g.dir g.log # returns a Git::Log object, which is an Enumerator of Git::Commit objects +g.log(200) g.log.since('2 weeks ago') g.log.between('v2.5', 'v2.6') g.log.each {|l| puts l.sha }