git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] Documentation/config.txt: document mailinfo.scissor
@ 2015-02-20 10:09 Matthieu Moy
  2015-02-20 10:09 ` [PATCH 2/2] Documentation/git-am.txt: mention mailinfo.scissor config variable Matthieu Moy
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Matthieu Moy @ 2015-02-20 10:09 UTC (permalink / raw)
  To: gitster; +Cc: git, Jeff King, Matthieu Moy

The variale was documented in git-mailinfo.txt, but not in config.txt.
The detailed documentation is still the one of --scissors in
git-mailinfo.txt, but we give enough information here to let the user
understand what it is about, and to make it easy to find it (e.g.
searching ">8" and "8<" finds it).

Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
---
 Documentation/config.txt | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/Documentation/config.txt b/Documentation/config.txt
index ae6791d..4a2a078 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -1740,6 +1740,13 @@ log.mailmap::
 	If true, makes linkgit:git-log[1], linkgit:git-show[1], and
 	linkgit:git-whatchanged[1] assume `--use-mailmap`.
 
+mailinfo.scissor::
+	If true, makes linkgit:git-mailinfo[1] (and therefore
+	linkgit:git-am[1]) act by default as if the --scissors option
+	was provided on the command-line. When active, this features
+	removes everything from the message body before a scissors
+	line (i.e. consisting mainly of ">8", "8<" and "-").
+
 mailmap.file::
 	The location of an augmenting mailmap file. The default
 	mailmap, located in the root of the repository, is loaded
-- 
2.3.0.157.g79e124b

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

end of thread, other threads:[~2015-02-20 19:32 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-20 10:09 [PATCH 1/2] Documentation/config.txt: document mailinfo.scissor Matthieu Moy
2015-02-20 10:09 ` [PATCH 2/2] Documentation/git-am.txt: mention mailinfo.scissor config variable Matthieu Moy
2015-02-20 10:19   ` Jeff King
2015-02-20 10:17 ` [PATCH 1/2] Documentation/config.txt: document mailinfo.scissor Jeff King
2015-02-20 10:29 ` [PATCH v2 " Matthieu Moy
2015-02-20 10:29   ` [PATCH v2 2/2] Documentation/git-am.txt: mention mailinfo.scissors config variable Matthieu Moy
2015-02-20 17:11   ` [PATCH v2 1/2] Documentation/config.txt: document mailinfo.scissor Eric Sunshine
2015-02-20 19:32 ` [PATCH v3 1/2] Documentation/config.txt: document mailinfo.scissors Matthieu Moy
2015-02-20 19:32   ` [PATCH v3 2/2] Documentation/git-am.txt: mention mailinfo.scissors config variable Matthieu Moy

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