From: Scott B. <br...@ri...> - 2005-09-29 03:47:54
|
On Thu, 2005-09-29 at 02:08 +0200, Thomas Rask Thomsen wrote: > Realized that our > development environment ripped some tab-characters, leaving many lines > changed - nothing we can do about that now. You could generate the patch using "diff -b". That ignores whitespace changes and should prevent lines that have only been re-indented from making it into the patch. Also, may I suggest generating a unified diff (-u)? They tend to be easier to read. - Scott |