From: Simon Ruderich Date: Mon, 11 Mar 2013 13:42:43 +0000 (+0100) Subject: gitconfig: Don't require in `git add --patch`. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=fee56e3256177d2410f618469bcb3ee36bc0b21f gitconfig: Don't require in `git add --patch`. --- diff --git a/gitconfig.m4 b/gitconfig.m4 index 263723c..3851664 100644 --- a/gitconfig.m4 +++ b/gitconfig.m4 @@ -50,6 +50,11 @@ include(../lib.m4) 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. #