summaryrefslogtreecommitdiffstats
path: root/git-log.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-05-29 18:22:14 -0700
committerJunio C Hamano <gitster@pobox.com>2016-05-29 18:22:14 -0700
commit37cf4080cf89b1797f1d6c402bb18efe6ee04ea9 (patch)
treedb4d4abf3b918b52faac6e3a58948bf6d41e4f8e /git-log.txt
parent5e1c55ed95a90b08d37133c3f53aed5f1d03767b (diff)
downloadgit-htmldocs-37cf4080cf89b1797f1d6c402bb18efe6ee04ea9.tar.gz
Autogenerated HTML docs for v2.9.0-rc0-38-gf3913
Diffstat (limited to 'git-log.txt')
-rw-r--r--git-log.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/git-log.txt b/git-log.txt
index 03f958029..dec379b3e 100644
--- a/git-log.txt
+++ b/git-log.txt
@@ -29,12 +29,14 @@ OPTIONS
(works only for a single file).
--no-decorate::
---decorate[=short|full|no]::
+--decorate[=short|full|auto|no]::
Print out the ref names of any commits that are shown. If 'short' is
specified, the ref name prefixes 'refs/heads/', 'refs/tags/' and
'refs/remotes/' will not be printed. If 'full' is specified, the
- full ref name (including prefix) will be printed. The default option
- is 'short'.
+ full ref name (including prefix) will be printed. If 'auto' is
+ specified, then if the output is going to a terminal, the ref names
+ are shown as if 'short' were given, otherwise no ref names are
+ shown. The default option is 'short'.
--source::
Print out the ref name given on the command line by which each