Git colours.
authorIain Patterson <me@iain.cx>
Mon, 20 Apr 2009 22:27:22 +0000 (23:27 +0100)
committerIain Patterson <me@iain.cx>
Mon, 20 Apr 2009 22:27:22 +0000 (23:27 +0100)
Use colour where appropriate.
Choose diff colours which match vim.

.gitconfig

index 85fc032..b1eebbc 100644 (file)
@@ -1,3 +1,9 @@
+[color]
+       ui = auto
+[color "diff"]
+       frag = yellow
+       new = cyan
+       meta = green
 [user]
        email = me@iain.cx
 [http]