[cmake-developers] [PATCH] User may now specify toolset through CMake GUI
Brad King
brad.king at kitware.com
Mon Feb 16 12:54:50 EST 2015
On 02/16/2015 11:59 AM, Robert Dailey wrote:
> What is the recommended practice for updating patches on mailing
> lists? With pull requests it's easy because it picks up my changes I
> push to my branch automatically. I think if I push another patch to
> the mailing list it will start another email thread, which may cause
> lost context since this email chain won't be connected to the new one
> (not sure if that matters).
Please squash the changes and send a revised patch.
You can just use the normal "Reply" operation in your mailer
and attach the patch. You don't have to use "git send-email".
If you do want to use "git send-email" then with "git format-patch"
you can pass "-v 2 --in-reply-to='<Message-ID>'" where <Message-ID>
is the value of the "Message-ID: ..." header field in the message
to which you're replying. That will keep it in the same thread.
Thanks,
-Brad
More information about the cmake-developers
mailing list