From e70c7152d17fc4a03cb1def6b3ce984a4d73abea Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 5 Jul 2010 21:10:30 +0200 Subject: [PATCH] gitconfig: Remove "custom commands" distinction. --- gitconfig.m4 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 2.44.1