Home Explore Blog CI



git

Documentation/config/mailinfo.adoc
fe4f50f17ea52e0ff53cdb90355bc2ffc8eb251be35ef68e0000000300000139
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 feature
	removes everything from the message body before a scissors
	line (i.e. consisting mainly of ">8", "8<" and "-").

Chunks
303d3aa7 (1st chunk of `Documentation/config/mailinfo.adoc`)
Title: mailinfo.scissors Configuration
Summary
Enables git-mailinfo and git-am to act as if the --scissors option is provided by default, removing everything before a scissors line in the message body, which typically consists of lines containing '>8', '8<' and '-' characters, thereby cleaning up the commit message.