我已经向组织的邮件列表提交了补丁,现在需要发送一个补丁 使用git send-email在同一个线程上修改了补丁版本。我已经设定 我的chainreplyto值为false。我之前尝试过这个:
git send-email --no-chain-reply-to --to=mailing-list@organisation.org \
--in-reply-to='[org-devel] [PATCH] Added functionality' Added-functionality.patch
这是创建一个新线程而不是回复已经存在的线程。 什么是正确的回复方式?
答案 0 :(得分:8)
使用Message-id
代替--in-reply-to
选项中的主题。
--in-reply-to=<Message-id>
您可以在要回复的邮件标题中找到Message-Id
值。