From: Simon Ruderich Date: Mon, 16 Feb 2009 14:56:35 +0000 (+0100) Subject: Use color.ui which applies to all commands. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=da3db0d8c1a09f41d693df19a3227917029c0269 Use color.ui which applies to all commands. This colors all output from git commands when used with a terminal. --- diff --git a/gitconfig.m4 b/gitconfig.m4 index f2b86b4..899319d 100644 --- a/gitconfig.m4 +++ b/gitconfig.m4 @@ -3,7 +3,7 @@ email = simon@ruderich.org [color] - diff = auto + ui = auto [core] excludesfile = HOME/.gitignore