Jeff King writes:
> In fact, I think you could then combine this with the previous
> conditional and get:
>
> if (skip_prefix(c, ">8", &end) ||
> skip_prefix(c, "8<", &end) ||
> skip_prefix(c, ">%", &end) ||
> skip_prefix(c, "%<", &end) ||
> /* U-2702 in UTF-8 */
>
On Mon, Apr 01, 2019 at 11:53:34PM +0200, Andrei Rybak wrote:
> diff --git a/mailinfo.c b/mailinfo.c
> index f4aaa89788..804b07cd8a 100644
> --- a/mailinfo.c
> +++ b/mailinfo.c
> @@ -701,6 +701,13 @@ static int is_scissors_line(const char *line)
> c++;
>
/200901181656.37813.markus.heidelb...@web.de/T/#m3856d2e5c5f3e1900210b74bf2be8851b92d2271
>8
Subject: [PATCH v2 2/2] mailinfo: support Unicode scissors
Date: Mon, 1 Apr 2019 00:00:00 +
'git am --scissors' allows cutting a patch from an email at a scissors
line. Such a line s
3 matches
Mail list logo