]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/config.c
config --get-colorbool: diff.color is a deprecated synonym to color.diff
authorJunio C Hamano <gitster@pobox.com>
Thu, 6 Dec 2007 06:12:07 +0000 (22:12 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 6 Dec 2007 07:05:10 +0000 (23:05 -0800)
commit69243c2b956d69636ae04c184bc8063a6fab728a
treec5ec018e9eae0d7b12c194e41287cce865d4d020
parentb4c61ed6d35ea00494f953a27abbc902617972ec
config --get-colorbool: diff.color is a deprecated synonym to color.diff

The applications can ask for color.diff but the configuration of old
timer users can still instruct it to use color with diff.color this
way.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-config.c