6 git-rev-list - Lists commit objects in reverse chronological order
12 'git rev-list' [<options>] <commit>... [[--] <path>...]
18 include::rev-list-description.txt[]
20 'rev-list' is a very essential Git command, since it
21 provides the ability to build and traverse commit ancestry graphs. For
22 this reason, it has a lot of different options that enables it to be
23 used by commands as different as 'git bisect' and
30 include::rev-list-options.txt[]
32 include::pretty-formats.txt[]
36 Part of the linkgit:git[1] suite