http://bugs.winehq.org/show_bug.cgi?id=9517
--- Comment #5 from Austin English austinenglish@gmail.com 2007-09-21 12:17:20 --- You need the parent/child commit. Find the commit you want to build either right before or after here: http://source.winehq.org/git/wine.git/
And note the parent (patch before) or child (patch after). When you have the patch you want to test, do: $ git reset --hard commit_id To reset git to that patch. Then build/test.