]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/gitrevisions.txt
Documentation: gitrevisions
[thirdparty/git.git] / Documentation / gitrevisions.txt
CommitLineData
1ed6f2c5
MG
1gitrevisions(7)
2================
3
4NAME
5----
6gitrevisions - specifying revisions and ranges for git
7
8SYNOPSIS
9--------
10gitrevisions
11
12
13DESCRIPTION
14-----------
15
16Many Git commands take revision parameters as arguments. Depending on
17the command, they denote a specific commit or, for commands which
18walk the revision graph (such as linkgit:git-log[1]), all commits which can
19be reached from that commit. In the latter case one can also specify a
20range of revisions explicitly.
21
22In addition, some Git commands (such as linkgit:git-show[1]) also take
23revision parameters which denote other objects than commits, e.g. blobs
24("files") or trees ("directories of files").
25
26include::revisions.txt[]
27
28
29SEE ALSO
30--------
31linkgit:git-rev-parse[1]
32
33GIT
34---
35Part of the linkgit:git[1] suite