Start of early patch applicator tools for git.
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 12 Apr 2005 06:46:50 +0000 (23:46 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 12 Apr 2005 06:46:50 +0000 (23:46 -0700)
commit2744b2344dc42fa2a1ddf17f4818975cd48f6d42
treeb28a20c4bce4ac5c773fd38727a5fe57cd7da3a4
Start of early patch applicator tools for git.

I looked a bit at my old BK tools for the same thing, but they were
just so horrid in many ways that I largely rewrote it all and these
tools do things a bit differently. Instead of aggressively piping
data from one process to another (which was clever but very hard
to follow), this first just splits out the mbox into many smaller
email files, and then does some scripts on these temporary files.
Makefile [new file with mode: 0644]
mailinfo.c [new file with mode: 0644]
mailsplit.c [new file with mode: 0644]