On 08/03/2009 02:30 PM, Junio C Hamano wrote:
"H. Peter Anvin" [off-list ref] writes:
quoted
In a serious case of craniorectal immersion, the Thunderbird developers
have started using \r\n line endings on saved emails:
https://bugzilla.mozilla.org/show_bug.cgi?id=503271
https://bugzilla.mozilla.org/show_bug.cgi?id=507530
It would be nice if git-am could handle this case automatically.
Perhaps
$ dos2unix *.eml | git am
Yes, that's what they suggested, too. Like I need an extra step in my
patch process.
-hpa