From: Mark Wooding Date: Wed, 24 Jan 2007 13:57:28 +0000 (+0000) Subject: gitconfig: Turn on colouring for other commands. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/e818009e09e211cfa1f5778b112fa9715a5c85d8?ds=sidebyside gitconfig: Turn on colouring for other commands. Also, use color.FOO, rather than FOO.color for turning colouring on. --- diff --git a/gitconfig b/gitconfig index 7442bb1..d898e71 100644 --- a/gitconfig +++ b/gitconfig @@ -6,5 +6,9 @@ summary = true [diff] - color = true renames = copies + +[color] + diff = auto + status = auto + branch = auto