Joerg Heinicke dijo:IMO it's only important to separate code changes clearly from style changes. For an example see http://thread.gmane.org/gmane.text.xml.cocoon.cvs/11901. A replacement of hand-written code with commons lang code got completely lost in a huge list of style changes. It was really only luck that I saw the faulty change at one place when flying over the diff.
I really don't understand things now. First was told me:
"Please don't commit in small chunks".
Now looks like it was ok. I will committ step by step if any....
I agree with Joerg about the "separation of concerns" in commits: when possible, it is a good idea to commit different types of modifications separately. It helps find out what is what.
-Bertrand
