From: Conrad Irwin Date: Sat, 7 May 2011 17:59:04 +0000 (-0700) Subject: Add commit to list of config.singlekey commands X-Git-Tag: v1.7.6-rc0~64^2~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e6b57a8a4ec6c7522facafe30409ecd2d6b181ba;p=git.git Add commit to list of config.singlekey commands Signed-off-by: Conrad Irwin Signed-off-by: Junio C Hamano --- diff --git a/Documentation/config.txt b/Documentation/config.txt index 1b1d80d84..1c7336ccb 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -1350,9 +1350,10 @@ interactive.singlekey:: In interactive commands, allow the user to provide one-letter input with a single key (i.e., without hitting enter). Currently this is used by the `\--patch` mode of - linkgit:git-add[1], linkgit:git-reset[1], linkgit:git-stash[1] and - linkgit:git-checkout[1]. Note that this setting is silently - ignored if portable keystroke input is not available. + 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. log.date:: Set the default date-time mode for the 'log' command.