git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] git-config: document interactive.singlekey requires Term::Readkey
@ 2014-03-02 19:58 Simon Ruderich
  2014-03-03 18:58 ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: Simon Ruderich @ 2014-03-02 19:58 UTC (permalink / raw)
  To: git

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>
---
 Documentation/config.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/config.txt b/Documentation/config.txt
index 5f4d793..ec26fa8 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -1633,7 +1633,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
-- 
1.9.0.11.g9a08b42

-- 
+ privacy is necessary
+ using gnupg http://gnupg.org
+ public key id: 0x92FEFDB7E44C32F9

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-03-03 21:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-02 19:58 [PATCH] git-config: document interactive.singlekey requires Term::Readkey Simon Ruderich
2014-03-03 18:58 ` Junio C Hamano
2014-03-03 21:15   ` [PATCH v2] git-config: document interactive.singlekey requires Term::ReadKey Simon Ruderich
2014-03-03 21:16   ` [PATCH] git-add--interactive: warn if module for interactive.singlekey is missing Simon Ruderich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).