diff options
author | Junio C Hamano <gitster@pobox.com> | 2022-08-29 23:55:10 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-08-29 23:55:11 +0200 |
commit | c068a3b8ee40d6e009da33d742d6a87dbaf7f1c6 (patch) | |
tree | dbf62e8f94ecb7bb194e596fee5d762816f9ba91 /Documentation/config | |
parent | Sync with 'maint' (diff) | |
parent | fetch: use ref_namespaces during prefetch (diff) | |
download | git-c068a3b8ee40d6e009da33d742d6a87dbaf7f1c6.tar.xz git-c068a3b8ee40d6e009da33d742d6a87dbaf7f1c6.zip |
Merge branch 'ds/decorate-filter-tweak'
The namespaces used by "log --decorate" from "refs/" hierarchy by
default has been tightened.
* ds/decorate-filter-tweak:
fetch: use ref_namespaces during prefetch
maintenance: stop writing log.excludeDecoration
log: create log.initialDecorationSet=all
log: add --clear-decorations option
log: add default decoration filter
log-tree: use ref_namespaces instead of if/else-if
refs: use ref_namespaces for replace refs base
refs: add array of ref namespaces
t4207: test coloring of grafted decorations
t4207: modernize test
refs: allow "HEAD" as decoration filter
Diffstat (limited to 'Documentation/config')
-rw-r--r-- | Documentation/config/log.txt | 5 |
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 |