Vincent Cadet schrieb:
De: André Hentschel nerv@dawncrow.de Objet: Re: Patch: bug 19355, Wine web site, link to the previous version announcement in section "changes since" À: "Vincent Cadet" v_cadet@yahoo.fr, "Wine Devel" wine-devel@winehq.org
only possible problem i spotted is, that the patch is not in "git diff" format (or git format-patch)
?
I used diff -Nau indeed. How can I convert it into a git diff format?
Vincent
get the source of the website per git (i guess you did that?) and change the file, then do "git diff" or even better "git commit -a -m "changelog blabla" and then "git format-patch --keep-subject -o out origin" see also the wiki page for that http://wiki.winehq.org/GitWine