The config variable 'interactive.singlekey' influences also '--patch' mode of git-stash and git-reset. Signed-off-by: Valentin Haenel <valentin.haenel@xxxxxx> --- Perhaps this incredibly useful setting should also be mentioned in manpages of git-{add,reset.stash}? Are git-{add,reset.stash} the only commands that the setting influences? --- Documentation/config.txt | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Documentation/config.txt b/Documentation/config.txt index 480dd0a..7dd9b01 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -1297,7 +1297,8 @@ 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 + linkgit:git-add[1], linkgit:git-reset[1] and linkgit:git-stash[1]. + Note that this setting is silently ignored if portable keystroke input is not available. log.date:: -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html