From 33b6886afb6d57bc6ee214c47349cab4f4a9c695 Mon Sep 17 00:00:00 2001 From: "Peter J. Holzer" Date: Wed, 4 Sep 2019 17:45:37 +0200 Subject: [PATCH] Display commit ids blue on white. Default is yellow on normal which is unreadable with a light background --- .gitconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitconfig b/.gitconfig index 93e9801..8237ce3 100644 --- a/.gitconfig +++ b/.gitconfig @@ -15,3 +15,8 @@ # nothing is inconvenient, matching is dangerous. # current is only compatible remaining option. default = current +[color "diff"] + # Display commit ids blue on white. + # Default is yellow on normal which is unreadable with a light + # background + commit = blue white