diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-03-06 14:57:56 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-03-06 14:57:56 -0800 |
commit | d86679fa061e22e33596814630513b6a7b4d4767 (patch) | |
tree | cbb918dcdfa87f73743c4a3c58597a6e71555d3a /Documentation/config.txt | |
parent | Merge branch 'ew/svn-maint-fixes' into maint (diff) | |
parent | Documentation/git-am.txt: mention mailinfo.scissors config variable (diff) | |
download | tgif-d86679fa061e22e33596814630513b6a7b4d4767.tar.xz |
Merge branch 'mm/am-c-doc' into maint
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.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index b22a7a7ff5..9307c98aab 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 |