+1 It is indeed preferable to have larger number of commits (each one related to one independent change or fix) than to have commits touching a large number of files. I think it is also important to separate functional changes from non functional changes (e.g. code reformatting or applying Java 5 syntax). This is the only way we can make sure that there is an appropriate level of review.
Andreas On Thu, Mar 5, 2009 at 03:59, Ruwan Linton <[email protected]> wrote: > Indika, please try to not to commit in bulk rather make these commits > modular (one concern per commit). > > It seems this particular commit has introduced a lot of regressions. > > Thanks, > Ruwan --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
