Dragan Simic <dsimic@xxxxxxxxxxx> writes: > 1: 3141fe9f7328 ! 1: 7da73f15a018 doc: note that interactive.singleKey is disabled by default > @@ Metadata > Author: Dragan Simic <dsimic@xxxxxxxxxxx> > > ## Commit message ## > - doc: note that interactive.singleKey is disabled by default > + doc: imply that interactive.singleKey is disabled by default > > Make it clear that the interactive.singleKey configuration option is disabled Heh, "note that" would probably be better, as we are going to say "Make it clear" anyway, no? That is stronger than just to imply. Keeping the original version of the log message probably was sufficient. > + When set to true, allow the user to provide one-letter input > + with a single key (i.e., without hitting the Enter key) in > + interactive commands. This is currently used by the `--patch` > + mode of 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]. > The resulting text reads well. Nicely done.