Documentation/RelNotes/2.45.0.txt: fix typo
[alt-git.git] / Documentation / gitrevisions.txt
blobd407b7dee127b10a82c2b8e5101b44ce6996a24e
1 gitrevisions(7)
2 ===============
4 NAME
5 ----
6 gitrevisions - Specifying revisions and ranges for Git
8 SYNOPSIS
9 --------
10 gitrevisions
13 DESCRIPTION
14 -----------
16 Many Git commands take revision parameters as arguments. Depending on
17 the command, they denote a specific commit or, for commands which
18 walk the revision graph (such as linkgit:git-log[1]), all commits which are
19 reachable from that commit. For commands that walk the revision graph one can
20 also specify a range of revisions explicitly.
22 In addition, some Git commands (such as linkgit:git-show[1] and
23 linkgit:git-push[1]) can also take revision parameters which denote
24 other objects than commits, e.g. blobs ("files") or trees
25 ("directories of files").
27 include::revisions.txt[]
30 SEE ALSO
31 --------
32 linkgit:git-rev-parse[1]
34 GIT
35 ---
36 Part of the linkgit:git[1] suite