We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9cd5320 + 9f5258c commit 8195303Copy full SHA for 8195303
Documentation/git-show.txt
@@ -9,7 +9,7 @@ git-show - Show various types of objects
9
SYNOPSIS
10
--------
11
[verse]
12
-'git show' [options] <object>...
+'git show' [options] [<object>...]
13
14
DESCRIPTION
15
-----------
@@ -35,7 +35,7 @@ This manual page describes only the most frequently used options.
35
OPTIONS
36
-------
37
<object>...::
38
- The names of objects to show.
+ The names of objects to show (defaults to 'HEAD').
39
For a more complete list of ways to spell object names, see
40
"SPECIFYING REVISIONS" section in linkgit:gitrevisions[7].
41
0 commit comments