X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=blobdiff_plain;f=.gitconfig;h=754cbd975906d4af0eb60a7a1ae9bc22b8aa769d;hp=57f758903a8acba196e78423cedc272d232fca53;hb=a7f4978288f86b0f96b9337abf8812932f01c32f;hpb=f46bd4d41cc7f243bc8a321effee5200aa69e709 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