]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gitconfig: Remove "custom commands" distinction.
authorSimon Ruderich <simon@ruderich.org>
Mon, 5 Jul 2010 19:10:30 +0000 (21:10 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 5 Jul 2010 19:10:30 +0000 (21:10 +0200)
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