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