From: Simon Ruderich Date: Mon, 22 Apr 2013 19:02:20 +0000 (+0200) Subject: gitconfig: Document interactive.singlekey needs Term::Readkey. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=7f38887f667ef0d6adfaef19b75543a86e15606e gitconfig: Document interactive.singlekey needs Term::Readkey. --- diff --git a/gitconfig.m4 b/gitconfig.m4 index 75cd327..ee62097 100644 --- a/gitconfig.m4 +++ b/gitconfig.m4 @@ -53,7 +53,8 @@ include(../lib.m4) [interactive] # Don't require in interactive commands which require only a - # single key, for example `git add --patch`. + # single key, for example `git add --patch`. Requires Perl module + # Term::Readkey. singlekey = yes [alias]