about summary refs log tree commit diff
path: root/third_party/git/Documentation/config/log.txt
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/Documentation/config/log.txt')
-rw-r--r--third_party/git/Documentation/config/log.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/git/Documentation/config/log.txt b/third_party/git/Documentation/config/log.txt
index e9e1e397f3..208d5fdcaa 100644
--- a/third_party/git/Documentation/config/log.txt
+++ b/third_party/git/Documentation/config/log.txt
@@ -18,6 +18,12 @@ log.decorate::
 	names are shown. This is the same as the `--decorate` option
 	of the `git log`.
 
+log.excludeDecoration::
+	Exclude the specified patterns from the log decorations. This is
+	similar to the `--decorate-refs-exclude` command-line option, but
+	the config option can be overridden by the `--decorate-refs`
+	option.
+
 log.follow::
 	If `true`, `git log` will act as if the `--follow` option was used when
 	a single <path> is given.  This has the same limitations as `--follow`,