Signed-off-by: Valentin Haenel <valentin.haenel@xxxxxx> Helped-by: Jeff King <peff@xxxxxxxx> --- Documentation/git-reset.txt | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Documentation/git-reset.txt b/Documentation/git-reset.txt index 8481f9d..9f073d3 100644 --- a/Documentation/git-reset.txt +++ b/Documentation/git-reset.txt @@ -41,6 +41,9 @@ working tree in one go. + This means that `git reset -p` is the opposite of `git add -p` (see linkgit:git-add[1]). ++ +The configuration `interactive.singlekey` allows the user to provide +one-letter input with a single key in this mode (i.e., without hitting enter). 'git reset' [--<mode>] [<commit>]:: This form resets the current branch head to <commit> and -- 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