From: Simon Ruderich Date: Mon, 5 Jul 2010 19:10:30 +0000 (+0200) Subject: gitconfig: Remove "custom commands" distinction. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=e70c7152d17fc4a03cb1def6b3ce984a4d73abea gitconfig: Remove "custom commands" distinction. --- diff --git a/gitconfig.m4 b/gitconfig.m4 index 3325a3c..f05576a 100644 --- a/gitconfig.m4 +++ b/gitconfig.m4 @@ -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