John P. Pfost wrote: > If you have a modification which effects more than one file should you submit > multiple patch files, ie one for each file modified, or should it be in one > big patch file?
If these files/modifications depend on each other (that is, you want to change one thing or fix one bug), then I'd suggest making one patch file, possibly from the root directory (or maybe the top level directory of all files). However, if there are more independent fixes, then I'd suggest one patch file for each bug/fix with maybe one or more patched file in each. For different things, you should also consider making one STR for each of them. Albrecht _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
