From: Junio C Hamano <gitster@pobox.com>
To: Remi Lespinet <remi.lespinet@ensimag.grenoble-inp.fr>
Cc: git@vger.kernel.org,
Remi Galan <remi.galan-alfonso@ensimag.grenoble-inp.fr>,
Guillaume Pages <guillaume.pages@ensimag.grenoble-inp.fr>,
Louis-Alexandre Stuber
<louis--alexandre.stuber@ensimag.grenoble-inp.fr>,
Antoine Delaite <antoine.delaite@ensimag.grenoble-inp.fr>,
Jorge Juan Garcia Garcia
<Jorge-Juan.Garcia-Garcia@ensimag.imag.fr>,
Mathieu Lienard--Mayor <Mathieu.Lienard--Mayor@ensimag.imag.fr>,
Matthieu Moy <Matthieu.Moy@grenoble-inp.fr>
Subject: Re: [PATCH/RFC] send-email: allow multiple emails using --cc --to and --bcc
Date: Thu, 28 May 2015 10:45:06 -0700 [thread overview]
Message-ID: <xmqq382giokd.fsf@gitster.dls.corp.google.com> (raw)
In-Reply-To: <1432809733-4321-2-git-send-email-remi.lespinet@ensimag.grenoble-inp.fr> (Remi Lespinet's message of "Thu, 28 May 2015 12:42:13 +0200")
Remi Lespinet <remi.lespinet@ensimag.grenoble-inp.fr> writes:
> From: Jorge Juan Garcia Garcia <Jorge-Juan.Garcia-Garcia@ensimag.imag.fr>
>
> Add the possibility to use a list of emails separated by commas
> in flags --cc --to and --bcc instead of having to use one flag
> per email address.
>
> The use-case is to copy-paste a list of addresses from an email.
> This change makes it so that we no longer need to cut the list.
s/Add the possibility to use/Accept/;
I am not sure "having to use" is a good characterization.
Accept a list of emails separated by commas in flags --cc, --to
and --bcc. Multiple addresses can already be given by using
these options multiple times, but it is more convenient to allow
cutting-and-pasting a list of addresses from the header of an
existing e-mail message, which already lists them as
comma-separated list, as a value to a single parameter.
perhaps?
> The format of email list handled is basic for now:
> $ git send-email --to='Foo <foo@example.com>, bar@example.com'
> We thought it would be nice to have a "first-step" version which works
Separate displayed material from the body text with blank lines, i.e.
The format of email list handled is basic for now:
$ git send-email --to='Foo ...
We thought it would be nice to have a "first-step" version which works
"We thought"?
> before handling more complex ones such as names with commas:
> $ git send-email --to='Foo, Bar <foobar@example.com>'
Shouldn't this example send to two users, i.e. a local user Foo and
the mailbox 'foobar' at example.com whose human-readable name is
Bar? If so, that is a bad example to illustrate the aspiration for
the finished patch?
> This artificial limitation is imposed by 79ee555b (Check and document
> the options to prevent mistakes, 2006-06-21).
It is unclear from this sentence what you are doing with the
limitation (is it artificial? do we have to call it artificial?).
The reader of the log message cannot tell if you are keeping it, or
if you are lifting it with this patch.
> Signed-off-by: Mathieu Lienard--Mayor <Mathieu.Lienard--Mayor@ensimag.imag.fr>
> Signed-off-by: Jorge Juan Garcia Garcia <Jorge-Juan.Garcia-Garcia@ensimag.imag.fr>
> Signed-off-by: Matthieu Moy <Matthieu.Moy@grenoble-inp.fr>
> Contributions-by: Remi Lespinet <remi.lespinet@ensimag.grenoble-inp.fr>
You touched the patch or sent it out, so you need to give your own
sign-off.
Thanks.
next prev parent reply other threads:[~2015-05-28 17:45 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-28 10:42 [PATCH/RFC] send-email: allow multiple emails using --cc --to and --bcc Remi Lespinet
2015-05-28 10:42 ` Remi Lespinet
2015-05-28 11:47 ` Matthieu Moy
2015-05-28 15:26 ` Eric Sunshine
2015-05-28 18:02 ` Eric Sunshine
2015-05-29 16:07 ` Remi LESPINET
2015-05-28 17:45 ` Junio C Hamano [this message]
2015-05-29 16:05 ` Remi LESPINET
2015-05-29 16:13 ` Junio C Hamano
2015-05-29 17:55 ` Matthieu Moy
2015-05-29 18:04 ` Junio C Hamano
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=xmqq382giokd.fsf@gitster.dls.corp.google.com \
--to=gitster@pobox.com \
--cc=Jorge-Juan.Garcia-Garcia@ensimag.imag.fr \
--cc=Mathieu.Lienard--Mayor@ensimag.imag.fr \
--cc=Matthieu.Moy@grenoble-inp.fr \
--cc=antoine.delaite@ensimag.grenoble-inp.fr \
--cc=git@vger.kernel.org \
--cc=guillaume.pages@ensimag.grenoble-inp.fr \
--cc=louis--alexandre.stuber@ensimag.grenoble-inp.fr \
--cc=remi.galan-alfonso@ensimag.grenoble-inp.fr \
--cc=remi.lespinet@ensimag.grenoble-inp.fr \
/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.