[PATCH] tg-mail: Properly quote --in-reply-to.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Thomas Schwinge <thomas@xxxxxxxxxxxxx>

---
 tg-mail.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tg-mail.sh b/tg-mail.sh
index 6a008b4..8167ade 100644
--- a/tg-mail.sh
+++ b/tg-mail.sh
@@ -30,7 +30,7 @@ base_rev="$(git rev-parse --short --verify "refs/top-bases/$name" 2>/dev/null)"
 	die "not a TopGit-controlled branch"
 
 if [ -n "$in_reply_to" ]; then
-	send_email_args="$send_email_args --in-reply-to=$in_reply_to"
+	send_email_args="$send_email_args --in-reply-to='$in_reply_to'"
 fi
 
 
-- 
tg: (341a371..) t/tg_mail_quote_in-reply-to (depends on: master)
--
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

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]