config.txt: move mailinfo.* to a separate file
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Nguyễn Thái Ngọc Duy committed
Oct 27, 2018 at 08:23 UTC
55e51cd7412fd4564b295a5db1c8b6ad62afd89e
2 files changed
+7
-6
Documentation/config.txt
+1
-6
@@ -365,12 +365,7 @@ include::config/interactive.txt[]
365
366
include::config/log.txt[]
367
368
-mailinfo.scissors::
369
- If true, makes linkgit:git-mailinfo[1] (and therefore
370
- linkgit:git-am[1]) act by default as if the --scissors option
371
- was provided on the command-line. When active, this features
372
- removes everything from the message body before a scissors
373
- line (i.e. consisting mainly of ">8", "8<" and "-").
368
+include::config/mailinfo.txt[]
369
370
mailmap.file::
371
The location of an augmenting mailmap file. The default
Documentation/config/mailinfo.txt
new
+6
@@ -0,0 +1,6 @@
1
+mailinfo.scissors::
2
+ If true, makes linkgit:git-mailinfo[1] (and therefore
3
+ linkgit:git-am[1]) act by default as if the --scissors option
4
+ was provided on the command-line. When active, this features
5
+ removes everything from the message body before a scissors
6
+ line (i.e. consisting mainly of ">8", "8<" and "-").