From: Valentin Haenel Date: Mon, 2 May 2011 13:44:28 +0000 (+0200) Subject: config.txt: 'interactive.singlekey; is used by... X-Git-Tag: v1.7.5.4~9^2~4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=31be5d87a2aa2c40f021f37d9a5408e59804fd7f;p=git.git config.txt: 'interactive.singlekey; is used by... The config variable 'interactive.singlekey' influences also '--patch' mode of git-add, git-reset, and git-checkout. Helped-by: Jeff King Signed-off-by: Valentin Haenel Signed-off-by: Junio C Hamano --- diff --git a/Documentation/config.txt b/Documentation/config.txt index 750c86d4f..1b1d80d84 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -1349,8 +1349,9 @@ instaweb.port:: interactive.singlekey:: In interactive commands, allow the user to provide one-letter input with a single key (i.e., without hitting enter). - Currently this is used only by the `\--patch` mode of - linkgit:git-add[1]. Note that this setting is silently + Currently this is used by the `\--patch` mode of + linkgit:git-add[1], linkgit:git-reset[1], linkgit:git-stash[1] and + linkgit:git-checkout[1]. Note that this setting is silently ignored if portable keystroke input is not available. log.date::