commit | cd459e3ffa1b85f3a33c52967b1a7dff43bda29e | [log] [tgz] |
---|---|---|
author | Jeff King <peff@peff.net> | Tue Dec 11 01:28:42 2007 -0500 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Dec 11 00:42:07 2007 -0800 |
tree | add6d684c9d1ca973b17efe843651b225865796c | |
parent | 6e9af863ee76423ec8416ad16140ef5f810783bf [diff] |
git-svn: get color config from --get-colorbool git-config recently learned a --get-colorbool option. By using it, we will get the same color=auto behavior that other git commands have. Specifically, this fixes the case where "color.diff = true" meant "always" in git-svn, but "auto" in other programs. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>