]> git.phdru.name Git - dotfiles.git/commitdiff
.gitconfig: remove "beautiful" log format and aliases
authorOleg Broytman <phd@phdru.name>
Sat, 28 Mar 2015 13:38:06 +0000 (16:38 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 28 Mar 2015 13:38:06 +0000 (16:38 +0300)
.gitconfig

index a26c359a7ec454d89500c29620651063d3cc37c2..9320ab50958f4bea8af24a26647972f47e19b96a 100644 (file)
@@ -5,17 +5,12 @@
        co = checkout
        l1 = log --oneline
        l5 = log -5
-       lb = log --decorate --graph --pretty=beautiful --stat
-       lb5 = log --decorate --graph --pretty=beautiful --stat -5
        lg = log --decorate --graph
        lg1 = log --decorate --graph --oneline
        lg5 = log --decorate --graph -5
        st = status --short
        stb = status --short --branch
 
-[pretty]
-       beautiful = format:%Cblue%h%Creset (%ar - %Cgreen%aN <%aE>%Creset)%n%B%n
-
 [color]
        ui = auto