Johan Hovold <jo...@kernel.org> writes:

> I recently noticed that after an upgrade, git-send-email (2.10.2)
> started aborting when trying to send patches that had a linux-kernel
> stable-tag in its body. For example,
>
>       Cc: <sta...@vger.kernel.org>    # 4.4
>
> was now parsed as
>
>       "sta...@vger.kernel.org#4.4"
> ...

It sounds like a fallout of this:

  
https://public-inbox.org/git/41164484-309b-bfff-ddbb-55153495d...@lwfinger.net/#t
 

and any change to "fix" you may break the other person.

> Can we please revert to the old behaviour of simply discarding such
> comments (from body-CC:s) or at least make it configurable through a
> configuration option?

If I recall the old thread correctly, it was reported that using
Mail::Address without forcing git-send-email fall back to its own
non-parsing-but-paste-address-looking-things-together code would
solve it, so can the "make it configurable" be just "install
Mail::Address"?

Reply via email to