]> git.phdru.name Git - dotfiles.git/blobdiff - .gitconfig
Move GnuPG-related section
[dotfiles.git] / .gitconfig
index 57f758903a8acba196e78423cedc272d232fca53..754cbd975906d4af0eb60a7a1ae9bc22b8aa769d 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:%C(blue)%h%Creset (%ar - %C(green)%aN <%aE>%C(reset))%n%B%n
+
 [core]
        pager = less -FRSXgimq