On Wed, 25 Feb 2009 09:32:38 +0900, "Coe, Colin C. (Unix Engineer)" <[email protected]> wrote: > Git will give you a patch file per commit > >> -----Original Message----- >> From: [email protected] >> [mailto:[email protected]] On Behalf Of >> Corey Osman >> Sent: Wednesday, 25 February 2009 8:12 AM >> To: cobbler >> Subject: help with git-format-patch >> >> Hey, >> >> How do I tell git to output a single patch that includes the last >> three commits instead of getting three different patch files? >> >> BTW, I don't really know git at all. >> >> corey >> _______________________________________________ >> cobbler mailing list >> [email protected] >> https://fedorahosted.org/mailman/listinfo/cobbler >> > > NOTICE: This email and any attachments are confidential. > They may contain legally privileged information or > copyright material. You must not read, copy, use or > disclose them without authorisation. If you are not an > intended recipient, please contact us at once by return > email and then delete both messages and all attachments. > > _______________________________________________ > cobbler mailing list > [email protected] > https://fedorahosted.org/mailman/listinfo/cobbler
git-format-patch -3 --stdout > file.patch -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
