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
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
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
3 matches
Mail list logo