log: create log.initialDecorationSet=all
commit3e103ed23f2950a111a9ef8480a629d7331dc6ee
authorDerrick Stolee <derrickstolee@github.com>
Fri, 5 Aug 2022 17:58:41 +0000 (5 17:58 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 5 Aug 2022 21:13:12 +0000 (5 14:13 -0700)
treeb714065734958499b6b2ec56065ff39b7bfc3137
parent748706d71365f419dad94cb7e54a31151c197218
log: create log.initialDecorationSet=all

The previous change introduced the --clear-decorations option for users
who do not want their decorations limited to a narrow set of ref
namespaces.

Add a config option that is equivalent to specifying --clear-decorations
by default.

Signed-off-by: Derrick Stolee <derrickstolee@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/log.txt
Documentation/git-log.txt
builtin/log.c
t/t4202-log.sh