From: Jeff King Date: Tue, 11 Dec 2007 06:28:42 +0000 (-0500) Subject: git-svn: get color config from --get-colorbool X-Git-Tag: v1.5.4-rc0~5^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/cd459e3ffa1b85f3a33c52967b1a7dff43bda29e?ds=inline;hp=cd459e3ffa1b85f3a33c52967b1a7dff43bda29e 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 Signed-off-by: Junio C Hamano ---