diff options
author | 2018-02-13 13:39:17 -0800 | |
---|---|---|
committer | 2018-02-13 13:39:17 -0800 | |
commit | 8195303cc148650400643a93163f3080869aa956 (patch) | |
tree | 5836269843be4730415defde2ca2efec6f9d67f5 /Documentation | |
parent | Merge branch 'ew/svn-branch-segfault-fix' (diff) | |
parent | doc: mention 'git show' defaults to HEAD (diff) | |
download | tgif-8195303cc148650400643a93163f3080869aa956.tar.xz |
Merge branch 'tz/doc-show-defaults-to-head'
Doc update.
* tz/doc-show-defaults-to-head:
doc: mention 'git show' defaults to HEAD
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-show.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-show.txt b/Documentation/git-show.txt index 82a4125a2d..e73ef54017 100644 --- 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]. |