Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-03-15 01:27:21 +0400
committerJunio C Hamano <gitster@pobox.com>2014-03-15 01:27:21 +0400
commite8cb4996adc59e3fd17ac4068cecbb5439f3fcfc (patch)
tree952319e3a3bfb1979eaaee98aa19e2045819eb7a /Documentation/config.txt
parent56e2874a81be7354cc4e135d24ee9823805f5a8b (diff)
parentb294097bc64b056685c938c338f047be0c0771d8 (diff)
Merge branch 'sr/add--interactive-term-readkey'
* sr/add--interactive-term-readkey: git-add--interactive: warn if module for interactive.singlekey is missing git-config: document interactive.singlekey requires Term::ReadKey
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r--Documentation/config.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 0e1dde3fff..79e576878a 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -1643,7 +1643,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