Skip to content

Commit

Permalink
git-config: document interactive.singlekey requires Term::ReadKey
Browse files Browse the repository at this point in the history
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 <simon@ruderich.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Simon Ruderich authored and Junio C Hamano committed Mar 3, 2014
1 parent 7bbc4e8 commit 8358f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1629,7 +1629,7 @@ interactive.singlekey::
linkgit:git-add[1], linkgit:git-checkout[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.
is not available; requires the Perl module Term::ReadKey.

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

0 comments on commit 8358f1a

Please sign in to comment.