7 git-log - Show commit logs
16 Shows the commit logs. This command internally invokes
17 'git-rev-list', and the command line options are passed to that
20 This manual page describes only the most frequently used options.
25 Controls the way the commit log is formatted.
28 Limits the number of commits to show.
31 Show only commits between the named two commits.
36 Written by Linus Torvalds <torvalds@osdl.org>
40 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
44 Part of the gitlink:git[7] suite