Weiß jemand, wie ich einen Commit, den ich aus Wine raushaben will, quasi in einen Patch (also halt ne einfache diff-Datei) umwandeln kann? Bräuchte das, damit ich das einfacher in mein Wine-Paket einbauen könnte. Ich kann ohne Probleme in Git den Commit "ausschalten", weiß aber halt nicht, wie ich den als Textdatei herausbekomme.
Im konkreten Fall geht es um diesen Commit:
- Code: Alles auswählen
b7812932bc74cf4411bfdbb2277fb0aaf8e24b04 is the first bad commit
commit b7812932bc74cf4411bfdbb2277fb0aaf8e24b04
Author: Henri Verbeet <hverbeet@codeweavers.com>
Date: Mon Aug 3 08:06:52 2009 +0200
wined3d: Dont respecify compressed textures in surface_upload_data().
Passing NULL to glCompressedTexImage2DARB() doesnt work particularly well
when both client storage and PBOs are enabled. Also, two years is long enough
to give driver developers a chance to fix the bug this was supposed to work
around.
:040000 040000 9be3314903c2f16d49672a1dc0f41d7f356e647c
1e7d85cd72fd223528186abb5e0a0aab6cf72268 M
Wäre nett, wenn mir jemand helfen könnte.