Hi,
I'm about to generate my first wine patches and saw 2 pages in the Wine wiki giving two different commands : - on http://wiki.winehq.org/GitWine , section 3.6. Generating a patchset to submit, it says git format-patch --stdout --keep-subject origin - on http://www.winehq.org/site/sending_patches - Generating a patch for WineHQ with Git, it says git format-patch --stdout --keep-subject --attach origin
(note the additional "--attach").
Being a fresh (couple of days) git user, I just wonder : which command should I use?
Frédéric Delanoy