From da094ee99dc5d2230d8e933b0ec3734ba3550446 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Mon, 7 Oct 2013 19:37:25 +0200 Subject: Git config: adjust color for diff.meta MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 0e2f262..b14b149 100644 --- a/.gitconfig +++ b/.gitconfig @@ -53,7 +53,7 @@ remote = green [color "diff"] - meta = yellow bold + meta = black reverse bold frag = magenta bold old = red bold new = green bold -- cgit