[qmtest] how to submit patches
Zack Weinberg
zack at codesourcery.com
Wed Aug 28 21:18:33 UTC 2002
On Wed, Aug 28, 2002 at 03:19:14PM -0400, Mike Carifio wrote:
>
> cd .. # qm-1.1.5 and qm-1.1.5-carifio are siblings
> diff -u qm-1.1.5 qm-1.1.5-carifio > modifications.patch
You'll want to use diff -ru, or it won't do what you expect. If you
create new files, use -N to get them picked up (and make sure you
haven't any junk in either directory).
> mail -s "mods" somewhere at codesourcery.com < modifications.patch
somewhere@ can be this list. Please include with your patch a
detailed description of what you have changed and why, so we know what
it's supposed to achieve.
zw
More information about the qmtest
mailing list