"Nguyen Thai Ngoc Duy" <pclouds@xxxxxxxxx> writes: > On Sat, May 24, 2008 at 8:01 PM, Dirk Süsserott <newsletter@xxxxxxxxxxx> wrote: > ... >> What about 'git diff -w'? It drops any whitespace changes, including ^M's. >> Not sure whether that is what you meant. > > That won't help. Just like GNU diff, the only thing -w (and -b) does is to omit hunks whose changes consist of _only whitespace changes_ and nothing else. In your quoted example, you have changes other than whitespace changes, so it is unsurprising that you will see the whole change, together with your whitespace changes. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html