Home Explore Blog CI



git

1st chunk of `Documentation/config/mailinfo.adoc`
303d3aa745a0f1983a2e570c5c050fb2e458736bc4c46f270000000100000139
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 "-").

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.