On Thu, Jan 7, 2010 at 5:09 PM, Catalin Marinas <catalin.marinas@xxxxxxx> 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@xxxxxxxxxxx subrabbit.wordpress.com www.treskal.com/kalle -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html