diff options
author | Julio Bacellari <julio.bacel@gmail.com> | 2024-02-18 04:02:59 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-02-20 00:12:41 +0100 |
commit | 64562d784de82f4ecd0c689ef8d6fa37f712707f (patch) | |
tree | d39534c8b72d3ad2e360065b5d115265dad244f9 /Documentation/config/interactive.txt | |
parent | Git 2.43 (diff) | |
download | git-64562d784de82f4ecd0c689ef8d6fa37f712707f.tar.xz git-64562d784de82f4ecd0c689ef8d6fa37f712707f.zip |
doc: remove outdated information about interactive.singleKey
The Perl implementation of add --interactive was removed in commit [1].
Additionally, the interactive.singleKey setting is no longer silently
ignored. The internal implementation of ReadKey [2] displays a warning
if the platform is unsupported.
[1] 20b813d7d (add: remove "add.interactive.useBuiltin" & Perl "git add--interactive", 2023-02-06)
[2] a5e46e6b0 (terminal: add a new function to read a single keystroke, 2020-01-14)
Signed-off-by: Julio Bacellari <julio.bacel@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-rw-r--r-- | Documentation/config/interactive.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Documentation/config/interactive.txt b/Documentation/config/interactive.txt index a2d3c7ec44..5cc26555f1 100644 --- a/Documentation/config/interactive.txt +++ b/Documentation/config/interactive.txt @@ -4,9 +4,7 @@ interactive.singleKey:: Currently this is 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]. Note that this - setting is silently ignored if portable keystroke input - is not available; requires the Perl module Term::ReadKey. + linkgit:git-reset[1], and linkgit:git-stash[1]. interactive.diffFilter:: When an interactive command (such as `git add --patch`) shows |