diff --git a/.gitconfig b/.gitconfig index 2f63a5f..44d1418 100644 --- a/.gitconfig +++ b/.gitconfig @@ -29,7 +29,7 @@ interactive = add --patch diffdir = difftool --dir-diff - graph = log --graph --format=format:'%C(yellow)%h%C(reset) %s %C(blue)%an%C(reset) %C(green)(%ar)%C(reset) %C(bold yellow)%d%C(reset)' + graph = log --graph --format=format:'%C(yellow)%h%C(reset) %s %C(blue)%an%C(reset) %C(green)(%ar)%C(reset) %C(auto)%d%C(reset)' stage = add unstage = reset -q HEAD --