On Wed, May 21, 2014 at 8:16 PM, Daniel Convissor <[email protected]> wrote: > Hi: > >> Please make sure you change as little WhiteSpace as possible when >> doing other real changes, and vice versa. > > Personally, after years of having made many coding standards cleanup > commits, I have been convinced to _not_ make commits solely for coding > standards. Such changes complicate finding actual changes via "git > blame."
Indeed. Which is why you shouldn't do commit just to satisfy a coding style as such commit hurts more then the slight inconsistency it attempted to solve. If you must. Please do it in a separate commit. That makes it easier to skip that specific commit in "git blame" and allows for code review of the commit. Thank you for your kindness, -Hannes -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
