"Brock Noland" <[EMAIL PROTECTED]> wrote: > On Wed, Apr 30, 2008 at 10:10 PM, Bob Proulx <[EMAIL PROTECTED]> wrote: >> >> Hopefully this helps, > > Yes, thank you! I will get to work... Which is preferred, one large > patch or many small patches - one for each `logical' change?
Many small changes are often better than one large one, unless e.g., the many small ones are all very similar. A safe reply is "use your judgement" ;-) If they're too small, it should be easy to merge them into larger ones mostly mechanically. Going the other way tends to be more manual. _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
