builtin/blame: add new coloring scheme config
commit0dc95a4d8a71bcb0c9d0163716bd99c2d785bd10
authorStefan Beller <sbeller@google.com>
Tue, 24 Apr 2018 00:09:00 +0000 (23 17:09 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Apr 2018 02:03:17 +0000 (24 11:03 +0900)
treeeec6accb6f09b4efde6a51a78f79991b8f8e50bf
parent25d5f52901f0d56b2e3df06b53062ee599b0403b
builtin/blame: add new coloring scheme config

Add a config option that allows selecting the default color scheme for
blame. The command line still takes precedence over the configuration.

It is to be seen, how color.ui will integrate with blame coloring.

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
builtin/blame.c
t/t8012-blame-colors.sh