From: Linus Torvalds Date: Tue, 12 Apr 2005 06:46:50 +0000 (-0700) Subject: Start of early patch applicator tools for git. X-Git-Tag: v0.99.2~51^2~21 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2744b2344dc42fa2a1ddf17f4818975cd48f6d42?ds=inline;hp=--cc 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. ---