Re: [PATCH] hooks/post-receive-email: do not truncate messages at a '.' line

2014-07-17 Thread Junio C Hamano
"Kyle J. McKay" writes: > There are two options to turn off this behavior, -i and -oi which > are equivalent. > > The choice of which to use is based on the observation that -i > appears to be the more commonly used option for this and that all > current sendmail-compatible programs appear to acc

[PATCH] hooks/post-receive-email: do not truncate messages at a '.' line

2014-07-17 Thread Kyle J. McKay
When sendmail is reading an incoming message, by default it will terminate it if it reads a dot on a line by itself. The post-receive-email script can generate such a line if the message in a tag object contains a dot ('.') on a line by itself. There are two options to turn off this behavior, -i