Re: [StGit PATCH 2/2] Pass the --in-reply-to and --no-thread options to git send-email
From: Karl Wiberg <hidden> Date: 2016-06-15 22:47:59
On Thu, Jan 7, 2010 at 5:09 PM, Catalin Marinas [off-list ref] wrote:
+ if options.in_reply_to:
+ cmd.append("--in-reply-to %s" % options.in_reply_to)
Have you tested this? I'm pretty sure you need "--in-reply-to=%s", or
to add the two strings separately---since as far as I can see, this
command is never shell-expanded.
--
Karl Wiberg, kha@treskal.com
subrabbit.wordpress.com
www.treskal.com/kalle