7 git-rev-list - Lists commit objects in reverse chronological order
12 'git-rev-list' <commit>
16 Lists commit objects in reverse chronological order starting at the
17 given commit, taking ancestry relationship into account. This is
18 useful to produce human-readable log output.
23 Written by Linus Torvalds <torvalds@osdl.org>
27 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
31 Part of the link:git.html[git] suite