summaryrefslogtreecommitdiff
path: root/t/t5100/msg0014
AgeCommit message (Collapse)AuthorFilesLines
2009-08-26am/mailinfo: Disable scissors processing by defaultLibravatar Junio C Hamano1-0/+14
You can enable it by giving --scissors to "git am". Signed-off-by: Junio C Hamano <gitster@pobox.com>
2009-08-26Teach mailinfo to ignore everything before -- >8 -- markLibravatar Junio C Hamano1-0/+4
This teaches mailinfo the scissors -- >8 -- mark; the command ignores everything before it in the message body. For lefties among us, we also support -- 8< -- ;-) Signed-off-by: Junio C Hamano <gitster@pobox.com>