Skip to content

Commit

Permalink
Update README.md (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
mslinn committed May 17, 2022
1 parent 45b467c commit 5f0adec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -108,7 +108,7 @@ g.index.writable?
g.repo
g.dir

g.log # returns array of Git::Commit objects
g.log # returns a Git::Log object, which is an Enumerator of Git::Commit objects
g.log.since('2 weeks ago')
g.log.between('v2.5', 'v2.6')
g.log.each {|l| puts l.sha }
Expand Down

0 comments on commit 5f0adec

Please sign in to comment.