Code

config.txt: 'interactive.singlekey; is used by...
authorValentin Haenel <valentin.haenel@gmx.de>
Mon, 2 May 2011 13:44:28 +0000 (15:44 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 May 2011 19:43:06 +0000 (12:43 -0700)
The config variable 'interactive.singlekey' influences also '--patch' mode of
git-add, git-reset, and git-checkout.

Helped-by: Jeff King <peff@peff.net>
Signed-off-by: Valentin Haenel <valentin.haenel@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt

index 750c86d4f51b256faac1b1b5eb26275384d87886..1b1d80d84a938932ac1df9244b7e56564053f77a 100644 (file)
@@ -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::