X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=gitconfig.m4;h=159cbaacf36bb4a51e7f631221b730ded013e337;hb=5aefc04d52d746c8ba65bc9bb2fe1aba6ec8521f;hp=263723c519c1e4029eefd3bf003f3302ad1c8cfb;hpb=e4c16ff97afe69adec52cbbf4b4d66455d4a3371;p=config%2Fdotfiles.git diff --git a/gitconfig.m4 b/gitconfig.m4 index 263723c..159cbaa 100644 --- a/gitconfig.m4 +++ b/gitconfig.m4 @@ -42,14 +42,17 @@ include(../lib.m4) [core] editor = vim - # Can't use ~/ because of older git versions. - excludesfile = GITIGNORE # Use pager for the following commands. [pager] status = yes tag = yes +[interactive] + # Don't require in interactive commands which require only a + # single key, for example `git add --patch`. + singlekey = yes + [alias] ## Shortcuts for often used commands. #