diff mbox series

[34/59] config.txt: move mailinfo.* to a separate file

Message ID 20181020123848.2785-35-pclouds@gmail.com (mailing list archive)
State New, archived
Headers show
Series Split config.txt | expand

Commit Message

Duy Nguyen Oct. 20, 2018, 12:38 p.m. UTC
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
---
 Documentation/config.txt          | 7 +------
 Documentation/mailinfo-config.txt | 6 ++++++
 2 files changed, 7 insertions(+), 6 deletions(-)
 create mode 100644 Documentation/mailinfo-config.txt
diff mbox series

Patch

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