Reply via git send-email to Mailing List Linux

1.3k Views Asked by At

Currently, I have patches that are posted to the mailing list by git send-email. I received a review of the maintainer, developers. And now, I want to comment, ex: say thank you, explain ...

How can I execute them via git send-email Although I have tried with git send-email -in-reply-to, the command seems to be incorrect

Can someone help me correct command?

Example:

When I comments/reply on the patch https://patchwork.kernel.org/patch/10584893/

id-Msg [email protected]

I use

git send-email --in-reply-to=4f401a77-ae41-5a6e-3e10-51dad300e183@cogentembedded.com

With contained the file with From: Hoan Nguyen An Subject: Re: clk: renesas: r8a77970: add SD0H/SD0 clocks for SDHI

I can not succeed.

Thank You for reading.

1

There are 1 best solutions below

0
On

Below is the example you can edit as per your requirement:

git send-email --cc-cmd=<'./scripts/get_maintainer.pl -norolestats Mypatch.patch'>  --cc [email protected] --in-reply-to  [email protected] --annotate message_file.txt

Edit above command by changing strings in between <> brackets as per your requirement. remove brackets<> while executing command, keep your edited strings only.