From 87a68538a347902ef3c820576b90002063ec99a7 Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Mon, 20 Apr 2009 23:27:22 +0100 Subject: [PATCH] Git colours. Use colour where appropriate. Choose diff colours which match vim. --- .gitconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitconfig b/.gitconfig index 85fc032..b1eebbc 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,3 +1,9 @@ +[color] + ui = auto +[color "diff"] + frag = yellow + new = cyan + meta = green [user] email = me@iain.cx [http] -- 2.7.4