| 1 | interactive.singleKey:: |
| 2 | When set to true, allow the user to provide one-letter input |
| 3 | with a single key (i.e., without hitting the Enter key) in |
| 4 | interactive commands. This is currently used by the `--patch` |
| 5 | mode of 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]. |
| 8 | |
| 9 | interactive.diffFilter:: |
| 10 | When an interactive command (such as `git add --patch`) shows |
| 11 | a colorized diff, git will pipe the diff through the shell |
| 12 | command defined by this configuration variable. The command may |
| 13 | mark up the diff further for human consumption, provided that it |
| 14 | retains a one-to-one correspondence with the lines in the |
| 15 | original diff. Defaults to disabled (no filtering). |