Skip to content

Commit 31be5d8

Browse files
escgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Valentin Haenel <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ec014ea commit 31be5d8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Documentation/config.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1349,8 +1349,9 @@ instaweb.port::
13491349
interactive.singlekey::
13501350
In interactive commands, allow the user to provide one-letter
13511351
input with a single key (i.e., without hitting enter).
1352-
Currently this is used only by the `\--patch` mode of
1353-
linkgit:git-add[1]. Note that this setting is silently
1352+
Currently this is used by the `\--patch` mode of
1353+
linkgit:git-add[1], linkgit:git-reset[1], linkgit:git-stash[1] and
1354+
linkgit:git-checkout[1]. Note that this setting is silently
13541355
ignored if portable keystroke input is not available.
13551356

13561357
log.date::

0 commit comments

Comments
 (0)