* [PATCH] tg-mail: Properly quote --in-reply-to.
@ 2010-02-28 13:24 Thomas Schwinge
0 siblings, 0 replies; only message in thread
From: Thomas Schwinge @ 2010-02-28 13:24 UTC (permalink / raw)
To: u.kleine-koenig, u.kleine-koenig; +Cc: Thomas Schwinge, git
Signed-off-by: Thomas Schwinge <thomas@schwinge.name>
---
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)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-02-28 13:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-28 13:24 [PATCH] tg-mail: Properly quote --in-reply-to Thomas Schwinge
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).