From: Junio C Hamano <gitster@pobox.com>
To: "Michael S. Tsirkin" <mst@redhat.com>
Cc: git@vger.kernel.org
Subject: Re: [PATCH v3 0/6] git send-email suppress-cc=self fixes
Date: Tue, 04 Jun 2013 15:11:34 -0700 [thread overview]
Message-ID: <7v4ndd5xwp.fsf@alter.siamese.dyndns.org> (raw)
In-Reply-To: <20130604214921.GA30400@redhat.com> (Michael S. Tsirkin's message of "Wed, 5 Jun 2013 00:49:22 +0300")
"Michael S. Tsirkin" <mst@redhat.com> writes:
> All I see in 2/6 is this:
>
> diff --git a/t/t9001-send-email.sh b/t/t9001-send-email.sh
> index e1a7f3e..f81e5f5 100755
> --- a/t/t9001-send-email.sh
> +++ b/t/t9001-send-email.sh
> @@ -204,13 +204,15 @@ test_suppress_self_unquoted () {
After noticing what is after "@@" here...
>
> unquoted-$3
>
> + cccmd--$1 <$2>
> +
> Cc: $1 <$2>
> Signed-off-by: $1 <$2>
> EOF
> }
>
> test_expect_success $PREREQ 'self name is suppressed' "
> - test_suppress_self_unquoted 'A U Thor' 'author@redhat.com' \
> + test_suppress_self_unquoted 'A U Thor' 'author@example.com' \
> 'self_name_suppressed'
> "
>
> where's test_suppress_self_quoted here?
... isn't addition of "cccmd--$1 <$2>" made to that function?
After applying [PATCH v3 1/6] to 'master', I do not see unquoted-$3
that we see in the context, either.
"git grep unquoted- pu t/t9001*" does show us a hit, but that is
coming from your previous round you are replacing with this series,
so....
Confused...
prev parent reply other threads:[~2013-06-04 22:11 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-04 7:55 [PATCH v3 0/6] git send-email suppress-cc=self fixes Michael S. Tsirkin
2013-06-04 7:56 ` [PATCH v3 1/6] send-email: fix suppress-cc=self on cccmd Michael S. Tsirkin
2013-06-04 7:56 ` [PATCH v3 2/6] t/send-email: test " Michael S. Tsirkin
2013-06-04 7:56 ` [PATCH v3 3/6] send-email: make --suppress-cc=self sanitize input Michael S. Tsirkin
2013-06-04 7:56 ` [PATCH v3 4/6] t/send-email: add test with quoted sender Michael S. Tsirkin
2013-06-04 7:56 ` [PATCH v3 5/6] t/send-email: test suppress-cc=self with non-ascii Michael S. Tsirkin
2013-06-04 7:56 ` [PATCH v3 6/6] test-send-email: test for pre-sanitized self name Michael S. Tsirkin
2013-06-04 17:40 ` [PATCH v3 0/6] git send-email suppress-cc=self fixes Junio C Hamano
2013-06-04 21:49 ` Michael S. Tsirkin
2013-06-04 22:11 ` Junio C Hamano [this message]
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=7v4ndd5xwp.fsf@alter.siamese.dyndns.org \
--to=gitster@pobox.com \
--cc=git@vger.kernel.org \
--cc=mst@redhat.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.