Thread (5 messages) flat view 5 messages, 3 authors, 2016-06-15
STALE3734d

[StGit PATCH 2/2] Pass the --in-reply-to and --no-thread options to git send-email

From: Catalin Marinas <catalin.marinas@arm.com>
Date: 2016-06-15 22:47:58
Subsystem: the rest · Maintainer: Linus Torvalds

Signed-off-by: Catalin Marinas <redacted>
---
 stgit/commands/mail.py |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/stgit/commands/mail.py b/stgit/commands/mail.py
index a78c9d2..b6f5d8d 100644
--- a/stgit/commands/mail.py
+++ b/stgit/commands/mail.py
@@ -241,6 +241,10 @@ def __send_message_git(msg, options):
     cmd.append("--suppress-cc=self")
     if not options.auto:
         cmd.append("--suppress-cc=body")
+    if options.in_reply_to:
+        cmd.append("--in-reply-to %s" % options.in_reply_to)
+    if options.no_thread:
+        cmd.append("--no-thread")
 
     # We only support To/Cc/Bcc in git send-email for now.
     for x in ['to', 'cc', 'bcc']:
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help