ebiederm@xmission.com (Eric W. Biederman) writes:
Currently git-mailinfo distinguishes headers and non-headers by the
presence of the first blank line. So it seems to work just fine on
mbox format patches.
The program was designed to be fed one e-mail a time (the
intended way for it to work is that a wrapper script uses
git-mailsplit to break mbox up and call git-mailinfo one by
one).