gnuwin32 diff ignoring options?
[email protected] (David Wolff) Sat, 8 Nov 2008 02:30:38 +0000 (UTC)
| Newsgroups | gmane.comp.gnu.utils |
|---|---|
| Organization | Public Access Networks Corp. |
| Message-ID | <[email protected]> |
Hi all, I'm using gnuwin32's diff tool, version 2.8.7. I really like the options to create a "merged" diff... but when I use them, diff seems to ignore all other options such as --ignore-space-change. Here's what I'm doing (imagine that it's all on one long line): C:> "C:\Program Files\GnuWin32\bin\diff.exe" --ignore-space-change --unchanged-group-format="-------------------- %dN line%(N=1?:s) same: --------------------%c'\012'%=" --old-group-format="-------------------- %dn line%(n=1?:s) deleted at line %df: --------------------%c'\012'%<" --new-group-format="-------------------- %dN line%(N=1?:s) added after line %de: --------------------%c'\012'%>" --changed-group-format="-------------------- %dn line%(n=1?:s) changed at line %df from: --------------------%c'\012'%<-------------------- to: --------------------%c'\012'%>" --new-line-format="- 2 %L" --old-line-format="1 - %L" --unchanged-line-format="1 2 %L" c:/workspaces/longfilepath1 c:/workspaces/longfilepath2 Any ideas? Thanks -- David (Remove "xx" to reply.)