X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=gitconfig.m4;h=9748a00482db9d1831527aa625854b6384898178;hb=8fddce5df894e64532ed4a0b66b5a7e2adaf5fd1;hp=171f256626745f352cdcdc6c732b2e76f4d0e95c;hpb=6185676752044be8c954377be9a8b982689b181e;p=config%2Fdotfiles.git diff --git a/gitconfig.m4 b/gitconfig.m4 index 171f256..9748a00 100644 --- a/gitconfig.m4 +++ b/gitconfig.m4 @@ -38,8 +38,8 @@ include(../lib.m4) [alias] # Shortcuts for often used commands. - c = commit -v - ci = commit -v + c = commit --verbose + ci = commit --verbose d = diff --patience di = diff --patience dc = diff --patience --cached @@ -47,14 +47,14 @@ include(../lib.m4) st = status l = log ls = log --stat - lp = log -p --patience + lp = log --patch --patience glog = log --pretty=oneline --graph --all a = add - ap = add -p - au = add -u + ap = add --patch + au = add --update co = checkout - b = branch -av - br = branch -av + b = branch --all --verbose + br = branch --all --verbose m = merge me = merge f = fetch