diff options
author | Simon Ruderich <simon@ruderich.org> | 2014-03-03 22:15:50 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-03-03 23:10:55 +0100 |
commit | 8358f1acd5f0cc7f886228f3266ab6940995fe1c (patch) | |
tree | 412cd494768e2308a6b48eb1f2b23a5f30e7b278 /Documentation/config.txt | |
parent | Git 1.8.5.5 (diff) | |
download | git-8358f1acd5f0cc7f886228f3266ab6940995fe1c.tar.xz git-8358f1acd5f0cc7f886228f3266ab6940995fe1c.zip |
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 <simon@ruderich.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-rw-r--r-- | Documentation/config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index ab26963d61..7c3f67237c 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -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 |