Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-26 | am/mailinfo: Disable scissors processing by default | Junio C Hamano | 1 | -3/+3 | |
You can enable it by giving --scissors to "git am". Signed-off-by: Junio C Hamano <gitster@pobox.com> | |||||
2009-08-26 | Teach mailinfo to ignore everything before -- >8 -- mark | Junio C Hamano | 1 | -0/+5 | |
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> |