On 05/12/2018 11:48 AM, Jeff King wrote:
> On Sat, May 12, 2018 at 10:21:46AM +0200, Heinrich Schuchardt wrote:
>
>> Git send-email allows to combine multiple email addresses in one
>> parameter, e.g.
>>
>> --to="a...@example.com, b...@example.com"
>>
>> But email addresses may contain commas them
On Sat, May 12, 2018 at 10:21:46AM +0200, Heinrich Schuchardt wrote:
> Git send-email allows to combine multiple email addresses in one
> parameter, e.g.
>
> --to="a...@example.com, b...@example.com"
>
> But email addresses may contain commas themselves:
>
> --to="LASTNAME, firstname "
>
> Thi
Git send-email allows to combine multiple email addresses in one
parameter, e.g.
--to="a...@example.com, b...@example.com"
But email addresses may contain commas themselves:
--to="LASTNAME, firstname "
This may lead to an error:
$ git send-email --to="Schuchardt, Heinrich " \
*.patch-co
3 matches
Mail list logo