13 Jan
2010
13 Jan
'10
10:42 a.m.
Vincent Cadet schrieb:
De: André Hentschel <nerv(a)dawncrow.de> Objet: Re: Patch: bug 19355, Wine web site, link to the previous version announcement in section "changes since" À: "Vincent Cadet" <v_cadet(a)yahoo.fr>, "Wine Devel" <wine-devel(a)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 -- Best Regards, André Hentschel