Skip to content

Commit 8358f1a

Browse files
rudisgitster
authored andcommitted
git-config: document interactive.singlekey requires Term::ReadKey
Most distributions don't require Term::ReadKey as dependency, leaving the user to wonder why the setting doesn't work. Signed-off-by: Simon Ruderich <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7bbc4e8 commit 8358f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1629,7 +1629,7 @@ interactive.singlekey::
16291629
linkgit:git-add[1], linkgit:git-checkout[1], linkgit:git-commit[1],
16301630
linkgit:git-reset[1], and linkgit:git-stash[1]. Note that this
16311631
setting is silently ignored if portable keystroke input
1632-
is not available.
1632+
is not available; requires the Perl module Term::ReadKey.
16331633

16341634
log.abbrevCommit::
16351635
If true, makes linkgit:git-log[1], linkgit:git-show[1], and

0 commit comments

Comments
 (0)