aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/config/log.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/config/log.txt')
-rw-r--r--Documentation/config/log.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/config/log.txt b/Documentation/config/log.txt
index 456eb07800..5250ba45fb 100644
--- a/Documentation/config/log.txt
+++ b/Documentation/config/log.txt
@@ -18,6 +18,11 @@ log.decorate::
names are shown. This is the same as the `--decorate` option
of the `git log`.
+log.initialDecorationSet::
+ By default, `git log` only shows decorations for certain known ref
+ namespaces. If 'all' is specified, then show all refs as
+ decorations.
+
log.excludeDecoration::
Exclude the specified patterns from the log decorations. This is
similar to the `--decorate-refs-exclude` command-line option, but