]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-rev-list.txt
Merge branch 'ea/blame-use-oideq'
[thirdparty/git.git] / Documentation / git-rev-list.txt
CommitLineData
2cf565c5
DG
1git-rev-list(1)
2===============
2cf565c5
DG
3
4NAME
5----
6git-rev-list - Lists commit objects in reverse chronological order
7
8
9SYNOPSIS
10--------
353ce815 11[verse]
11a3d3aa 12'git rev-list' [<options>] <commit>... [[--] <path>...]
2cf565c5
DG
13
14DESCRIPTION
15-----------
8c02eee2 16
bea86658 17:git-rev-list: 1
6be6b171 18include::rev-list-description.txt[]
8c02eee2 19
2de9b711 20'rev-list' is a very essential Git command, since it
8c02eee2
JF
21provides the ability to build and traverse commit ancestry graphs. For
22this reason, it has a lot of different options that enables it to be
0b444cdb
TR
23used by commands as different as 'git bisect' and
24'git repack'.
69e0c256 25
df8baa42
JF
26OPTIONS
27-------
8c02eee2 28
fdcf39e5
MV
29:git-rev-list: 1
30include::rev-list-options.txt[]
331b51d2
JN
31
32include::pretty-formats.txt[]
33
2cf565c5
DG
34GIT
35---
9e1f0a85 36Part of the linkgit:git[1] suite