mirror of
https://github.com/git/git.git
synced 2026-02-24 09:03:52 +00:00
When escaping a string to be used as a sed regex, it is important to only escape active characters. Escaping other characters is undefined according to POSIX, and in practice leads to issues with extensions such as GNU sed's \+. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
6.2 KiB
Executable File
6.2 KiB
Executable File