]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - gitconfig.m4
gitconfig: Remove "custom commands" distinction.
[config/dotfiles.git] / gitconfig.m4
index 3325a3c1a4950a5090ece62a136deb17494f3b73..f05576ab314d052633f560ede759f94214a94895 100644 (file)
@@ -32,6 +32,7 @@ include(../lib.m4)
        l  = log
        ls = log --stat
        lp = log -p
+       glog = log --pretty=oneline --graph --all
        a  = add
        ap = add -p
        co = checkout
@@ -44,10 +45,8 @@ include(../lib.m4)
        t  = tag
        p  = push
        pu = push
-       # Custom commands.
-       fs = fsck --strict --full
-       glog = log --pretty=oneline --graph --all
        ru = remote update
+       fs = fsck --strict --full
        ss = stash save
        sa = stash apply
        sl = stash list