git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] config.txt: interactive.singlekey is used by...
@ 2011-04-30 14:54 Valentin Haenel
  2011-05-01  4:51 ` Jeff King
  0 siblings, 1 reply; 23+ messages in thread
From: Valentin Haenel @ 2011-04-30 14:54 UTC (permalink / raw)
  To: Git-List; +Cc: Thomas Rast, Jeff King, Junio C Hamano, Valentin Haenel

The config variable 'interactive.singlekey' influences also '--patch' mode of
git-stash and git-reset.

Signed-off-by: Valentin Haenel <valentin.haenel@gmx.de>
---

Perhaps this incredibly useful setting should also be mentioned in manpages of
git-{add,reset.stash}?

Are git-{add,reset.stash} the only commands that the setting influences?

---
 Documentation/config.txt |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Documentation/config.txt b/Documentation/config.txt
index 480dd0a..7dd9b01 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -1297,7 +1297,8 @@ 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
+	linkgit:git-add[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::
-- 
1.7.1

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

end of thread, other threads:[~2011-05-05 19:59 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-30 14:54 [PATCH] config.txt: interactive.singlekey is used by Valentin Haenel
2011-05-01  4:51 ` Jeff King
2011-05-02 13:44   ` [PATCH v2 0/5] better document 'interactive.singlekey' Valentin Haenel
2011-05-02 13:44   ` [PATCH v2 1/5] config.txt: 'interactive.singlekey; is used by Valentin Haenel
2011-05-02 13:44   ` [PATCH v2 2/5] git-add.txt: document 'interactive.singlekey' Valentin Haenel
2011-05-02 17:22     ` Junio C Hamano
2011-05-03 15:38       ` Valentin Haenel
2011-05-03 18:51         ` Junio C Hamano
2011-05-04 19:58           ` [PATCH] git-add.txt: document 'add.ignoreErrors' Valentin Haenel
2011-05-05 18:47           ` [PATCH v3 0/5] better document 'interactive.singlekey' and '--patch' Valentin Haenel
2011-05-05 18:48             ` [PATCH v3 1/5] config.txt: 'interactive.singlekey; is used by Valentin Haenel
2011-05-05 18:48             ` [PATCH v3 2/5] git-add.txt: document 'interactive.singlekey' Valentin Haenel
2011-05-05 18:48             ` [PATCH v3 3/5] git-reset.txt: better docs for '--patch' Valentin Haenel
2011-05-05 19:22               ` Junio C Hamano
2011-05-05 19:41                 ` Valentin Haenel
2011-05-05 19:58                 ` [PATCH v4 " Valentin Haenel
2011-05-05 18:48             ` [PATCH v3 4/5] git-stash.txt: " Valentin Haenel
2011-05-05 18:48             ` [PATCH v3 5/5] git-checkout.txt: " Valentin Haenel
2011-05-05 19:29               ` Junio C Hamano
2011-05-05 19:16             ` [PATCH v3 0/5] better document 'interactive.singlekey' and '--patch' Junio C Hamano
2011-05-02 13:44   ` [PATCH v2 3/5] git-reset.txt: document 'interactive.singlekey' Valentin Haenel
2011-05-02 13:44   ` [PATCH v2 4/5] git-stash.txt: " Valentin Haenel
2011-05-02 13:44   ` [PATCH v2 5/5] git-checkout.txt: " Valentin Haenel

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).