stas 02/04/28 02:01:59 Modified: admin style.pod Log: add a note on how to submit a patch for a new file Submitted by: per einar Revision Changes Path 1.8 +15 -0 modperl-docs/admin/style.pod Index: style.pod =================================================================== RCS file: /home/cvs/modperl-docs/admin/style.pod,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- style.pod 28 Apr 2002 08:34:07 -0000 1.7 +++ style.pod 28 Apr 2002 09:01:58 -0000 1.8 @@ -348,6 +348,21 @@ [Stas: if you know about these functionalities, please let me know so we can share the knowledge with others who don't use emacs.] +To submit normal patches (when they are minor changes, and you're sure +the document hasn't changed), use the C<cvs diff> method: + + ai% cvs diff -u src/docs/1.0/...pod + +If you're adding a file, especially if it needs a new directory, it +might be a good idea to submit a patch against C</dev/null>, which +will automatically create the new directory, like this. + + ai% diff -u /dev/null newdir/newfilename.pod + +Or on Windows: + + ai% diff -u NUL newdir/newfilename.pod + =head2 Adding Inline Remarks =over 4
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]