From 8104140212b4adb5d6a8172ead46fb573ed1b44c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20P=C5=82azie=C5=84ski?= Date: Tue, 18 Dec 2018 13:18:04 +0100 Subject: [PATCH] Change author color in log to cyan --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index e45ae8a..88b40cd 100644 --- a/.gitconfig +++ b/.gitconfig @@ -33,7 +33,7 @@ interactive = add --patch diffdir = difftool --dir-diff - graph = log --graph --date-order --format=format:'%C(yellow)%h%C(reset) %s %C(blue)%an%C(reset) %C(green)(%ad)%C(reset) %C(auto)%d%C(reset)' + graph = log --graph --date-order --format=format:'%C(yellow)%h%C(reset) %s %C(cyan)%an%C(reset) %C(green)(%ad)%C(reset) %C(auto)%d%C(reset)' last = log --walk-reflogs --date=relative --format=format:'%C(yellow)%h%C(reset) %C(white)%gd%C(reset) %gs %C(green)(%ar)%C(reset) %C(auto)%d%C(reset)' [diff] compactionHeuristic = true