Re: [PATCH v2 0/3] Teach ref-filter API to correctly handle CRLF in messages
From: Junio C Hamano <hidden> Date: 2020-03-10 03:31:26
"Philippe Blain via GitGitGadget" [off-list ref] writes:
The function find_subpos in ref-filter.c looks for two consecutive '\n' to
find the end of the subject line, a sequence which is absent in messages
using CRLF.
This is crucial, and makes it obvious why a change is needed.
Thanks for clearly writing it out.