t3205: use --color instead of color.branch=always
commit8126b1267c9b3c8cdc79daf56492972b82f0a57d
authorJeff King <peff@peff.net>
Tue, 3 Oct 2017 13:45:18 +0000 (3 09:45 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Oct 2017 02:34:15 +0000 (4 11:34 +0900)
tree4e1cc8e5cdf90793a10fc29748e9dd5ebebc0d07
parente10b3810be4c98100930ad5f3aa4b6e3343d7398
t3205: use --color instead of color.branch=always

To test the color output, we must convince "git branch" to
write colors to a non-terminal. We do that now by setting
the color config to "always".  In preparation for the
behavior of "always" changing, let's switch to using the
"--color" command-line option, which is more direct.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3205-branch-color.sh