2014-02-05 Greg Huber <gregh3...@gmail.com>: > ....To remember to check-in first before changing the code may be > problematic, ie forget to do it. It is really only the diff where it > matters, cannot it be configured to ignore white space changes? > > git diff --ignore-space-change ???
Yes, I know it can be. But. When I apply some patch or modify a method I try to avoid reformatting code - I had disabled auto-format during commit and so on. And. When I have applied auto-format it doesn't mean that I solve the problem. Also git allows to perform small commits, solve one thing, commit, solve another, commit, finally you can solve the main problem, commit, etc. Before committing anything I'm trying review my changes with diff - it helps to spot stupid mistakes or leftovers. This is very helpful habit when you work with other languages than just pure Java - html, js, scala. Applying auto-formatting to these languages can make more harm than you thought :] Regards -- Ćukasz + 48 606 323 122 http://www.lenart.org.pl/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org