Signed-off-by: Valentin Haenel <valentin.haenel@xxxxxx> Helped-by: Jeff King <peff@xxxxxxxx> --- Documentation/git-checkout.txt | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Documentation/git-checkout.txt b/Documentation/git-checkout.txt index 1063f69..556c82b 100644 --- a/Documentation/git-checkout.txt +++ b/Documentation/git-checkout.txt @@ -63,6 +63,9 @@ Using `-f` will ignore these unmerged entries. The contents from a specific side of the merge can be checked out of the index by using `--ours` or `--theirs`. With `-m`, changes made to the working tree file can be discarded to re-create the original conflicted merge result. ++ +The configuration `interactive.singlekey` allows the user to provide +one-letter input with a single key when using `--patch` (i.e., without hitting enter). 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