diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-05-11 11:38:06 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-05-11 11:38:06 -0700 |
commit | 0c529e44d3ddd5c947ed33eace8ec6818e47afcb (patch) | |
tree | a53a2e06449cedb556624278f37adfa58acf16fa /Documentation/config.txt | |
parent | f3b173daf400813c7f587a011290dac31de2b68e (diff) | |
parent | 6086ff65dfcf48237bdac6c64a85bef5d34d5b4e (diff) | |
download | git-0c529e44d3ddd5c947ed33eace8ec6818e47afcb.tar.gz |
Merge branch 'vh/config-interactive-singlekey-doc'
* vh/config-interactive-singlekey-doc:
git-reset.txt: better docs for '--patch'
git-checkout.txt: better docs for '--patch'
git-stash.txt: better docs for '--patch'
git-add.txt: document 'interactive.singlekey'
config.txt: 'interactive.singlekey; is used by...
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index c96aec10d8..285c7f73ca 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -1309,8 +1309,9 @@ instaweb.port:: 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 only by the `\--patch` mode of - linkgit:git-add[1]. Note that this setting is silently + 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. log.date:: |