Skip to content

Commit 64562d7

Browse files
julio-bgitster
authored andcommitted
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] 20b813d (add: remove "add.interactive.useBuiltin" & Perl "git add--interactive", 2023-02-06) [2] a5e46e6 (terminal: add a new function to read a single keystroke, 2020-01-14) Signed-off-by: Julio Bacellari <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 564d025 commit 64562d7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Documentation/config/interactive.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ interactive.singleKey::
44
Currently this is used by the `--patch` mode of
55
linkgit:git-add[1], linkgit:git-checkout[1],
66
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.
7+
linkgit:git-reset[1], and linkgit:git-stash[1].
108

119
interactive.diffFilter::
1210
When an interactive command (such as `git add --patch`) shows

0 commit comments

Comments
 (0)