On Wed, May 22, 2024 at 09:34:16AM +0200, Dragan Simic wrote: > Make it clear that the interactive.singleKey configuration option is disabled > by default. This should eliminate any associated doubts. > > Signed-off-by: Dragan Simic <dsimic@xxxxxxxxxxx> > --- > Documentation/config/interactive.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/config/interactive.txt b/Documentation/config/interactive.txt > index 5cc26555f19a..067496d77cea 100644 > --- a/Documentation/config/interactive.txt > +++ b/Documentation/config/interactive.txt > @@ -5,6 +5,7 @@ interactive.singleKey:: > linkgit:git-add[1], linkgit:git-checkout[1], > linkgit:git-restore[1], linkgit:git-commit[1], > linkgit:git-reset[1], and linkgit:git-stash[1]. > + This is disabled by default. I'm on the fence if it needs to be said explicitly. But, I'll add that it has been so since it was introduced in ca6ac7f135 (add -p: prompt for single characters, 2009-02-05). Thank you for your attention to detail. > > interactive.diffFilter:: > When an interactive command (such as `git add --patch`) shows