]> git.phdru.name Git - dotfiles.git/blobdiff - .gitconfig
Handle wav and wma
[dotfiles.git] / .gitconfig
index 57f758903a8acba196e78423cedc272d232fca53..cd86ef36705e6613436c74fb49d89a1f75b91423 100644 (file)
@@ -5,7 +5,12 @@
        co = checkout
        l1 = log --oneline
        l5 = log -5
-       st = status
+       lb = log --decorate --graph --stat --pretty=beautiful
+       lb5 = log --decorate --graph --stat --pretty=beautiful -5
+       st = status -s
+
+[pretty]
+       beautiful = format:%Cblue%h%Creset (%ar - %Cgreen%aN <%aE>%Creset)%n%B%n
 
 [core]
        pager = less -FRSXgimq