]> git.ipfire.org Git - thirdparty/git.git/commit
doc: remove outdated information about interactive.singleKey
authorJulio Bacellari <julio.bacel@gmail.com>
Sun, 18 Feb 2024 03:02:59 +0000 (05:02 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Feb 2024 23:12:41 +0000 (15:12 -0800)
commit64562d784de82f4ecd0c689ef8d6fa37f712707f
treed39534c8b72d3ad2e360065b5d115265dad244f9
parent564d0252ca632e0264ed670534a51d18a689ef5d
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>
Documentation/config/interactive.txt