diff options
author | Junio C Hamano <junkio@cox.net> | 2006-10-07 03:09:05 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-10-07 23:37:15 -0700 |
commit | e6b0964af595bbc4dab2a63c17bc4c8064a28073 (patch) | |
tree | 0473a5506d21f01cc87636840f19c6b600bcbe5d /archive-tar.c | |
parent | 7a2a0d214169a5d6f22fc62c4ae6a7ca5b27fb3e (diff) | |
download | git-e6b0964af595bbc4dab2a63c17bc4c8064a28073.tar.gz |
Make git-send-email detect mbox-style patches more readily
Earlier we insisted that mbox file to begin with "From ". That
is fine as long as you feed format-patch output, but if you
handcraft the input file, this is unnecessary burden. We should
detect lines that look like e-mail headers and say that is also
a mbox file.
The other input file format is traditional "send lots of email",
whose first line would never look like e-mail headers, so this
is a safe change.
The original patch was done by Matthew Wilcox, which checked
explicitly for headers the script pays attention to.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'archive-tar.c')
0 files changed, 0 insertions, 0 deletions