Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]>
---
Documentation/config.txt | 7 +------
Documentation/mailinfo-config.txt | 6 ++++++
2 files changed, 7 insertions(+), 6 deletions(-)
create mode 100644 Documentation/mailinfo-config.txt
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 8d9423beca..ca178e2651 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -616,12 +616,7 @@ include::interactive-config.txt[]
include::log-config.txt[]
-mailinfo.scissors::
- 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 "-").
+include::mailinfo-config.txt[]
mailmap.file::
The location of an augmenting mailmap file. The default
diff --git a/Documentation/mailinfo-config.txt
b/Documentation/mailinfo-config.txt
new file mode 100644
index 0000000000..3854d4ae37
--- /dev/null
+++ b/Documentation/mailinfo-config.txt
@@ -0,0 +1,6 @@
+mailinfo.scissors::
+ 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 "-").
--
2.19.1.647.g708186aaf9