Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'tz/doc-show-defaults-to-head' into next
author
Junio C Hamano
<gitster@pobox.com>
Wed, 7 Feb 2018 22:56:02 +0000
(14:56 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 7 Feb 2018 22:56:02 +0000
(14:56 -0800)
Doc update.
* tz/doc-show-defaults-to-head:
doc: mention 'git show' defaults to HEAD
Documentation/git-show.txt
patch
|
blob
|
history
raw
(from parent 1:
1bf8d8f
)
diff --git
a/Documentation/git-show.txt
b/Documentation/git-show.txt
index 82a4125a2da805e0b3c21e4e827bf203d5ac4532..e73ef540176b65f6c049a3b5fcfd7e8faa6a6b58 100644
(file)
--- a/
Documentation/git-show.txt
+++ b/
Documentation/git-show.txt
@@
-9,7
+9,7
@@
git-show - Show various types of objects
SYNOPSIS
--------
[verse]
-'git show' [options]
<object>...
+'git show' [options]
[<object>...]
DESCRIPTION
-----------
@@
-35,7
+35,7
@@
This manual page describes only the most frequently used options.
OPTIONS
-------
<object>...::
- The names of objects to show.
+ The names of objects to show
(defaults to 'HEAD')
.
For a more complete list of ways to spell object names, see
"SPECIFYING REVISIONS" section in linkgit:gitrevisions[7].