]> git.phdru.name Git - dotfiles.git/commitdiff
.gitconfig: reorder options
authorOleg Broytman <phd@phdru.name>
Tue, 27 Jan 2015 15:47:18 +0000 (18:47 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 27 Jan 2015 15:47:18 +0000 (18:47 +0300)
.gitconfig

index d6a5853a1836268a6d374b70a275d41ca9ca7c61..43a30e5105ebc51c4a833c19796bf5925063c6a2 100644 (file)
@@ -5,8 +5,8 @@
        co = checkout
        l1 = log --oneline
        l5 = log -5
-       lb = log --decorate --graph --stat --pretty=beautiful
-       lb5 = log --decorate --graph --stat --pretty=beautiful -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