Merge branch 'jk/ref-filter-colors-fix'
commit1c0b983a777bf283250aaf00c94a9a9d4bf8bc9c
authorJunio C Hamano <gitster@pobox.com>
Wed, 18 Oct 2017 01:19:08 +0000 (18 10:19 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Oct 2017 01:19:08 +0000 (18 10:19 +0900)
treeda278177d16ce137f6b19de518b149ba6edcbdca
parent570676e011d9c8057744e03067553c4802e5adb4
parentb521fd122865dca88b99d05344ec189d39efcefb
Merge branch 'jk/ref-filter-colors-fix'

This is the "theoretically more correct" approach of simply
stepping back to the state before plumbing commands started paying
attention to "color.ui" configuration variable.

Let's run with this one.

* jk/ref-filter-colors-fix:
  tag: respect color.ui config
  Revert "color: check color.ui in git_default_config()"
  Revert "t6006: drop "always" color config tests"
  Revert "color: make "always" the same as "auto" in config"
Documentation/config.txt
builtin/branch.c
builtin/clean.c
builtin/grep.c
builtin/show-branch.c
builtin/tag.c
color.c
config.c
diff.c
t/t6300-for-each-ref.sh
t/t7004-tag.sh