]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/gitrevisions.txt
t4034: abstract away SHA-1-specific constants
[thirdparty/git.git] / Documentation / gitrevisions.txt
CommitLineData
1ed6f2c5 1gitrevisions(7)
142d035a 2===============
1ed6f2c5
MG
3
4NAME
5----
1b81d8cb 6gitrevisions - Specifying revisions and ranges for Git
1ed6f2c5
MG
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
6cb4f785 18walk the revision graph (such as linkgit:git-log[1]), all commits which are
8cf57394
PO
19reachable from that commit. For commands that walk the revision graph one can
20also specify a range of revisions explicitly.
1ed6f2c5 21
fe802bd2
ÆAB
22In addition, some Git commands (such as linkgit:git-show[1] and
23linkgit:git-push[1]) can also take revision parameters which denote
24other objects than commits, e.g. blobs ("files") or trees
25("directories of files").
1ed6f2c5
MG
26
27include::revisions.txt[]
28
29
30SEE ALSO
31--------
32linkgit:git-rev-parse[1]
33
34GIT
35---
36Part of the linkgit:git[1] suite