X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.gitconfig;h=754cbd975906d4af0eb60a7a1ae9bc22b8aa769d;hb=a1455c399ecb92055d389721935fc2c113fdd6c1;hp=57f758903a8acba196e78423cedc272d232fca53;hpb=f46bd4d41cc7f243bc8a321effee5200aa69e709;p=dotfiles.git diff --git a/.gitconfig b/.gitconfig index 57f7589..754cbd9 100644 --- a/.gitconfig +++ b/.gitconfig @@ -5,8 +5,13 @@ co = checkout l1 = log --oneline l5 = log -5 + lb = log --decorate --graph --stat --pretty=beautiful + lb5 = log --decorate --graph --stat --pretty=beautiful -5 st = status +[pretty] + beautiful = format:%C(blue)%h%Creset (%ar - %C(green)%aN <%aE>%C(reset))%n%B%n + [core] pager = less -FRSXgimq