Browse Source

Add commit to list of config.singlekey commands

Signed-off-by: Conrad Irwin <conrad.irwin@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Conrad Irwin 14 years ago committed by Junio C Hamano
parent
commit
e6b57a8a4e
  1. 7
      Documentation/config.txt

7
Documentation/config.txt

@ -1350,9 +1350,10 @@ interactive.singlekey::
In interactive commands, allow the user to provide one-letter In interactive commands, allow the user to provide one-letter
input with a single key (i.e., without hitting enter). input with a single key (i.e., without hitting enter).
Currently this is used by the `\--patch` mode of Currently this is used by the `\--patch` mode of
linkgit:git-add[1], linkgit:git-reset[1], linkgit:git-stash[1] and linkgit:git-add[1], linkgit:git-checkout[1], linkgit:git-commit[1],
linkgit:git-checkout[1]. Note that this setting is silently linkgit:git-reset[1], and linkgit:git-stash[1]. Note that this
ignored if portable keystroke input is not available. setting is silently ignored if portable keystroke input
is not available.


log.date:: log.date::
Set the default date-time mode for the 'log' command. Set the default date-time mode for the 'log' command.

Loading…
Cancel
Save