http://bugs.winehq.org/show_bug.cgi?id=17050
--- Comment #17 from Alois MadLoisae@gmx.net 2009-02-16 02:02:14 --- (In reply to comment #14)
Do not use "git revert". The failing part is in test you can ignore it. Use 'git show 34aa6b70 | patch -p1 -R'.
hi vitaliy,
this also does not work. ):
cableguy:/home/wine-git# git show 34aa6b70 | patch -p1 -R patching file dlls/kernel32/profile.c Hunk #1 succeeded at 701 (offset -1 lines). Hunk #2 succeeded at 779 (offset -1 lines). patching file dlls/kernel32/tests/profile.c Hunk #1 FAILED at 362. Hunk #2 succeeded at 474 with fuzz 2 (offset 57 lines). Hunk #3 FAILED at 721. 2 out of 3 hunks FAILED -- saving rejects to file dlls/kernel32/tests/profile.c.rej cableguy:/home/wine-git#
I think I've now a half-patched profile.c - so I've used the same command without -R and hope I must not download and compile the whole tree again ... ^^
kind regards, Alois