commit | 69243c2b956d69636ae04c184bc8063a6fab728a | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Wed Dec 05 22:12:07 2007 -0800 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Dec 05 23:05:10 2007 -0800 |
tree | c5ec018e9eae0d7b12c194e41287cce865d4d020 | |
parent | b4c61ed6d35ea00494f953a27abbc902617972ec [diff] |
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>