[BUG] git-am: all colons in the beginning of a subject are lost

2019-02-28 Thread Max Filenko
Hi! If there are colons in the beginning of a patch subject line `git-am' will drop them. Consider the following patch: $ cat 0001-four-colons-prepended.patch From e8213a2d10a61c9dc75521d88d656b8d5330e6bb Mon Sep 17 00:00:00 2001 From: Max Filenko Date: Tue, 12 Feb 2019

Re: git-am drops colons in the beginning of a subject line

2019-02-12 Thread Max Filenko
Tested with the following versions of git: * git version 2.17.2 (Apple Git-113) (macOS 10.14.3) * git version 2.17.1 (Ubuntu 18.04.2 LTS) -- Best, Max

git-am drops colons in the beginning of a subject line

2019-02-12 Thread Max Filenko
Hey there, git-am seems to omit colons in the beginning of a subject line. I have the following simple patch (just an example): $ cat 0001-four-colons-prepended.patch From e8213a2d10a61c9dc75521d88d656b8d5330e6bb Mon Sep 17 00:00:00 2001 From: Max Filenko Date: Tue, 12 Feb 2019