From: Thomas Schwinge <thomas@schwinge.name>
To: u.kleine-koenig@pengutronix.de
To: u.kleine-koenig@pengutronix.de
Cc: Thomas Schwinge <thomas@schwinge.name>, git@vger.kernel.org
Subject: [PATCH] tg-mail: Properly quote --in-reply-to.
Date: Sun, 28 Feb 2010 14:24:08 +0100 [thread overview]
Message-ID: <1267363448-27830-1-git-send-email-thomas@schwinge.name> (raw)
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)
reply other threads:[~2010-02-28 13:24 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1267363448-27830-1-git-send-email-thomas@schwinge.name \
--to=thomas@schwinge.name \
--cc=git@vger.kernel.org \
--cc=u.kleine-koenig@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).