]> git.ipfire.org Git - thirdparty/git.git/commit
regexp: leave a pointer to resurrect workaround for Homebrew
authorJunio C Hamano <gitster@pobox.com>
Mon, 23 Mar 2026 16:54:42 +0000 (09:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Mar 2026 22:04:30 +0000 (15:04 -0700)
commitbd66ed316c868aacdb6b5e3a21751c5bab3a4f31
tree435cba6140c9b356d60bb5b56a644aa4b8b7c3a3
parent41688c1a2312f62f44435e1a6d03b4b904b5b0ec
regexp: leave a pointer to resurrect workaround for Homebrew

Recently some GitHub CI jobs were broken by update on the platform
side, which was eventually resolved by image rollback, but in the
meantime Dscho invented a workaround patch to sidestep the broken
part of the platform.  Their future image update may contain the
same bug, in which case the workaround may again become needed.

As we do not want to be building with workaround that avoids system
regexp library altogether unless the system is known to be broken,
so short of an automated "detect broken system and apply workaround"
mechanism, let's use the folks who are compiling the code to detect
breakage on their system and cope with the breakage ;-)

Signed-off-by: Junio C Hamano <gitster@pobox.com>
compat/regcomp_enhanced.c