Hi Joseph,

On Sun, Nov 25, 2018 at 12:35:21PM -0800, Joseph Herlant wrote:
> Will do, thanks!
> On Sun, Nov 25, 2018 at 12:10 PM William Lallemand
> <[email protected]> wrote:
> >
> > On Sun, Nov 25, 2018 at 11:30:06AM -0800, Joseph Herlant wrote:
> > > Sorry, I forgot the attachement on this one.
> >
> > Hi Joseph,
> >
> > I recommand you to use git send-email to avoid that, it can send a whole 
> > patch
> > series in a unique mail thread, and it's easier for us to apply a patch 
> > which
> > is not an attachment :-)

I've applied your whole series, thanks.

I second William in the use of "git send-email" to send series. It's a
very convenient and powerful tool. It works exactly like git-am except
that instead of just making a series of patches, it can send them all.
So in a single command you can send all your patches at once. It will
make a whole thread of them, making it easier to pick them in the right
order. You can even include a cover letter where you present what you
intend to address with the series (e.g. "this series fixes misleading
comments in the code"). It still allows reviewers to respond and amend
them. Then I can trivially pick the whole thread, remove or edit the
patches that require minor adjustments and apply everything at once.

Thanks,
Willy

Reply via email to