Thread (1 message) 1 message, 1 author, 2016-06-15

Re: [PATCHv2] am: fix patch format detection for Thunderbird "Save As" emails

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:47:55

Eric Blake [off-list ref] writes:
Stephen Boyd <bebarino <at> gmail.com> writes:
quoted
+	{
+		echo "X-Fake-Field: Line One\015" &&
echo and \ do not portably mix.  For that matter, shell double quotes and 
backslash escapes that are not required by POSIX do not portably mix.  To 
reliably create carriage returns in shell, you need to use printf, or else 
something like:

echo "...@" | tr '@' '\015'
Thanks.

Also we probably want to change the "only munge the first three lines" to
something like:

	format-patch --stdout |
        sed -e 's/$/Q/' |
        tr 'Q' '\015'

picking some 'Q' that we know does not appear in the text.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help