1interactive.singleKey:: 2 In interactive commands, allow the user to provide one-letter 3 input with a single key (i.e., without hitting enter). 4 Currently this is used by the `--patch` mode of 5 linkgit:git-add[1], linkgit:git-checkout[1], 6 linkgit:git-restore[1], linkgit:git-commit[1], 7 linkgit:git-reset[1], and linkgit:git-stash[1]. Note that this 8 setting is silently ignored if portable keystroke input 9 is not available; requires the Perl module Term::ReadKey. 10 11interactive.diffFilter:: 12 When an interactive command (such as `git add --patch`) shows 13 a colorized diff, git will pipe the diff through the shell 14 command defined by this configuration variable. The command may 15 mark up the diff further for human consumption, provided that it 16 retains a one-to-one correspondence with the lines in the 17 original diff. Defaults to disabled (no filtering).