Signed-off-by: Valentin Haenel <valentin.haenel@xxxxxx> Helped-by: Jeff King <peff@xxxxxxxx> --- Documentation/git-stash.txt | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Documentation/git-stash.txt b/Documentation/git-stash.txt index 79abc38..c8a349e 100644 --- a/Documentation/git-stash.txt +++ b/Documentation/git-stash.txt @@ -63,6 +63,9 @@ from your worktree. + The `--patch` option implies `--keep-index`. You can use `--no-keep-index` to override this. ++ +The configuration `interactive.singlekey` allows the user to provide +one-letter input with a single key when using `--patch` (i.e., without hitting enter). list [<options>]:: -- 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