Re: [PATCH] send-email: ignore files ending with ~

2013-02-03 Thread Alexandre Courbot
On Mon, Feb 4, 2013 at 2:16 AM, Antoine Pelisse wrote: > On Sun, Feb 3, 2013 at 3:55 PM, Alexandre Courbot wrote: >> It certainly happened to a lot of people already: you carefully prepare >> your set of patches, export them using format-patch --cover-letter, >> write your cover letter, and send

Re: [PATCH] send-email: ignore files ending with ~

2013-02-03 Thread Antoine Pelisse
On Sun, Feb 3, 2013 at 3:55 PM, Alexandre Courbot wrote: > It certainly happened to a lot of people already: you carefully prepare > your set of patches, export them using format-patch --cover-letter, > write your cover letter, and send the set like this: > > $ git send-email --to=somerenowneddeve

[PATCH] send-email: ignore files ending with ~

2013-02-03 Thread Alexandre Courbot
It certainly happened to a lot of people already: you carefully prepare your set of patches, export them using format-patch --cover-letter, write your cover letter, and send the set like this: $ git send-email --to=somerenowneddeveloper --to=myfutureemployer --cc=thismailinglistiwanttoimpress 00