From: Mark Wooding Date: Tue, 7 Jul 2009 18:15:40 +0000 (+0100) Subject: gitconfig: Colouring configuration. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/49f353d769ed62aff4d6946b344f96876a32f213?ds=inline gitconfig: Colouring configuration. Fix colours for `git add --interactive', and add new settings for `git grep'. --- diff --git a/gitconfig b/gitconfig index 1f002ca..687ff9e 100644 --- a/gitconfig +++ b/gitconfig @@ -28,6 +28,7 @@ status = auto branch = auto interactive = auto + grep = auto [color "diff"] plain = normal @@ -37,6 +38,12 @@ commit = bold yellow whitespace = reverse red +[color "interactive"] + prompt = bold yellow + header = bold + help = green + error = bold red + [color "status"] header = bold added = bold green @@ -48,6 +55,9 @@ local = normal remote = cyan +[color "grep"] + external = --color=always + [alias] egrep = "grep -E" patch = "format-patch -o p -s"