Re: [PATCH v2] gpg-interface: trim CR from ssh-keygen
From: Junio C Hamano <hidden> Date: 2022-01-06 17:50:49
Fabian Stelzer [off-list ref] writes:
There are a few more places where the same thing happens and text
is just split by LF, ignoring CR. The gpg parsing where this code
originated being the most prominent example. ... ... Since the
gpg stuff is in place for a long time and no one complained we can
probably leave it as is.
Yeah, that is the conclusion I was hoping for.
Thanks.