On Mon, May 06, 2019 at 01:08:35PM +0200, Tim Düsterhus wrote: > List, > > I apologize for the stupid threading of the v2 patch. When I want to > send a number of patches in-reply-to an existing thread: Should I put > the --in-reply-to onto git format-patch or should I specify it in git > send-email? > > This time I added it to git format-patch, but it did not make the actual > patches a reply to the --cover-letter. Will it work properly when > specifying it with git send-email?
I never used it with git format-patch, I usually do a `git send-email --compose --in-reply-to=<id>` -- William Lallemand

