aboutsummaryrefslogtreecommitdiff
path: root/Documentation/config.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-03-05 12:45:40 -0800
committerJunio C Hamano <gitster@pobox.com>2015-03-05 12:45:40 -0800
commitfec7b79aa469eec2fa184b1ff7f8e41fb6fa632c (patch)
tree90b2ff2fabdeb0aaf849c320917468d828ecf5dd /Documentation/config.txt
parentfd9de868c359a1bbd214e354aefdb0f1eaa898bd (diff)
parentafb5de7f8d0dd9207a587f4ee2fa29d7ee8485ea (diff)
downloadgit-fec7b79aa469eec2fa184b1ff7f8e41fb6fa632c.tar.gz
git-fec7b79aa469eec2fa184b1ff7f8e41fb6fa632c.tar.xz
Merge branch 'mm/am-c-doc'
The configuration variable 'mailinfo.scissors' was hard to discover in the documentation. * mm/am-c-doc: Documentation/git-am.txt: mention mailinfo.scissors config variable Documentation/config.txt: document mailinfo.scissors
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r--Documentation/config.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 440784cbd..3babf4af1 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -1739,6 +1739,13 @@ log.mailmap::
If true, makes linkgit:git-log[1], linkgit:git-show[1], and
linkgit:git-whatchanged[1] assume `--use-mailmap`.
+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 "-").
+
mailmap.file::
The location of an augmenting mailmap file. The default
mailmap, located in the root of the repository, is loaded