summaryrefslogtreecommitdiffstats
path: root/config.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 /config.txt
parent5e1c55ed95a90b08d37133c3f53aed5f1d03767b (diff)
downloadgit-htmldocs-37cf4080cf89b1797f1d6c402bb18efe6ee04ea9.tar.gz
Autogenerated HTML docs for v2.9.0-rc0-38-gf3913
Diffstat (limited to 'config.txt')
-rw-r--r--config.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.txt b/config.txt
index 53f00dbc2..2e1b2e486 100644
--- a/config.txt
+++ b/config.txt
@@ -1956,7 +1956,10 @@ log.decorate::
command. 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.
- This is the same as the log commands '--decorate' option.
+ 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. This is the same as the '--decorate' option
+ of the `git log`.
log.follow::
If `true`, `git log` will act as if the `--follow` option was used when