Command for creating git patches - possible discrepancy in Wine doc pages

Frédéric Delanoy frederic.delanoy at gmail.com
Sun Jun 14 11:47:13 CDT 2009


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



More information about the wine-devel mailing list