On 18 Jul 2003, Jan Fabry wrote: > I've seen more diff's like this that list many lines as modified while > they aren't. This makes it hard to see real differences. Is there a way > to prevent this situation?
Yes, always check unified diffs before commit, and never mix whitespace changes with actual changes. Changes of whitespace should be labeled "Whitespace" or similar. This commit has a ton of useless whitespace changes, Uwe, don't do that ;) Regards, Philip -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
