t4015: prefer --color to -c color.diff=always
authorJeff King <peff@peff.net>
Tue, 3 Oct 2017 13:40:19 +0000 (09:40 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Oct 2017 02:25:12 +0000 (11:25 +0900)
t4015 contains many color-related tests which need to
override the "is stdout a tty" check. They do so by setting
the color.diff config, but we can accomplish the same with
the --color option. Besides being shorter to type, switching
will prepare us for upcoming changes to "always" when see it
in config.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found