X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=gitconfig.m4;h=7876a96cc4a4e904654e137dc0bf96566ee8da49;hb=e5c50a8384fd220dffd7cfb1880b01461ab50e83;hp=1b7dc454db2d3494ca54cdd5824e0be4bc85f971;hpb=17f6bf8640f51f1dc043106670edb39d22d2a5c6;p=config%2Fdotfiles.git diff --git a/gitconfig.m4 b/gitconfig.m4 index 1b7dc45..7876a96 100644 --- a/gitconfig.m4 +++ b/gitconfig.m4 @@ -59,6 +59,8 @@ include(../lib.m4) ## Local. c = commit --verbose ci = commit --verbose + ca = commit --verbose --amend + cad = commit --verbose --amend --date= d = diff PATIENCE di = diff PATIENCE dw = diff PATIENCE --color-words @@ -69,6 +71,7 @@ include(../lib.m4) l = log ls = log --stat lp = log --patch PATIENCE + lpw = log --patch PATIENCE --color-words a = add ap = add --patch au = add --update @@ -120,7 +123,7 @@ include(../lib.m4) # precise enough control over formats and colors. # # tig = log --pretty=oneline --graph --all --decorate --abbrev-commit - tig = ! TIG + tig = ! PWD/bin/tig.pl # Create backup of uncommitted and untracked changes. ssb = "! git stash save --include-untracked \