consistently use "fallthrough" comments in switches
[git.git] / Documentation / gitrevisions.txt
blob27dec5b91d08bbdb114400dd3c86a8cf515e8774
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]) also take
23 revision parameters which denote other objects than commits, e.g. blobs
24 ("files") or trees ("directories of files").
26 include::revisions.txt[]
29 SEE ALSO
30 --------
31 linkgit:git-rev-parse[1]
33 GIT
34 ---
35 Part of the linkgit:git[1] suite