[EMAIL PROTECTED] (Will Hartung) writes: > Hi all, > > I have some changes I'd like to distribute, and I was wondering what the > suggested method for sending out a patch is? How do I make the patch? > > I've got the Cygwin tools on my win2k box. > > It's not simply: > $ diff -r -C 3 original_velocity my_velocity > > is it? > > (There are several files involved, that's why I'm asking).
Unidiffs are preferred (diff -u). http://jakarta.apache.org/site/source.html -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
