]> git.phdru.name Git - dotfiles.git/blobdiff - .gitconfig
Remove c.l.py from Reply-To
[dotfiles.git] / .gitconfig
index 57f758903a8acba196e78423cedc272d232fca53..335be8ee5f980bc57b62db59f45cd131b6c2371a 100644 (file)
@@ -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