git.git
19 years agoAdd quotes around the subject line that we print out as being applied.
Linus Torvalds [Tue, 19 Apr 2005 00:40:32 +0000 (17:40 -0700)]
Add quotes around the subject line that we print out as being applied.

My brain just flipped when it tried to read the "Applying" as part
of the explanation of the patch, and the sentence didn't make any
sense. The quotes make it clear what's going on.

19 years agoAdd "dotest" and "applypatch" scripts to actually make things useful.
Linus Torvalds [Mon, 18 Apr 2005 23:11:32 +0000 (16:11 -0700)]
Add "dotest" and "applypatch" scripts to actually make things useful.

Also updates "mailinfo" to write the file list.

19 years agoAdd "applypatch" and "dotest" scripts to tie it all together.
Linus Torvalds [Tue, 12 Apr 2005 08:40:20 +0000 (01:40 -0700)]
Add "applypatch" and "dotest" scripts to tie it all together.

This should be getting it all pretty close to a working setup.

19 years agoStart of early patch applicator tools for git.
Linus Torvalds [Tue, 12 Apr 2005 06:46:50 +0000 (23:46 -0700)]
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.