X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.gitconfig;h=335be8ee5f980bc57b62db59f45cd131b6c2371a;hb=80c6260ae2612ec45eb2f2abd1088a3a7eab10d6;hp=57f758903a8acba196e78423cedc272d232fca53;hpb=f46bd4d41cc7f243bc8a321effee5200aa69e709;p=dotfiles.git diff --git a/.gitconfig b/.gitconfig index 57f7589..335be8e 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:%Cblue%h%Creset (%ar - %Cgreen%aN <%aE>%Creset)%n%B%n + [core] pager = less -FRSXgimq