http://bugs.winehq.org/show_bug.cgi?id=11699
--- Comment #14 from John Klehm xixsimplicityxix@gmail.com 2008-05-25 16:34:52 --- (In reply to comment #13)
With 3c1c6172779510a7ed693d922fb3061948999ea1 I get:
Adds trailing whitespace. 0001-winex11.drv-Place-tablet-cursors-in-proper-slot.patch.txt:18: * Adds trailing whitespace. 0001-winex11.drv-Place-tablet-cursors-in-proper-slot.patch.txt:19: * Reference linuxwacom driver project wcmCommon.c function Adds trailing whitespace. 0001-winex11.drv-Place-tablet-cursors-in-proper-slot.patch.txt:20: * idtotype for a much larger list of CSR_TYPE. Adds trailing whitespace. 0001-winex11.drv-Place-tablet-cursors-in-proper-slot.patch.txt:21: * Adds trailing whitespace. 0001-winex11.drv-Place-tablet-cursors-in-proper-slot.patch.txt:22: * http://linuxwacom.cvs.sourceforge.net/linuxwacom/linuxwacom-prod/src/xdrv/wc... error: patch failed: dlls/winex11.drv/wintab.c:212 error: dlls/winex11.drv/wintab.c: patch does not apply
Yup, I see it now. The problem seems to be that when I do a git format-patch --keep-subject origin the generated patch file has trailing white space on some lines (lines that no changes were made on!?!?) I'm not sure why this is yet as the trailing whitespace isn't in my tree, it just shows up in the generated patch file.
Hrmmm.