]> git.ipfire.org Git - thirdparty/git.git/commit - grep.c
Revert "grep/pcre2: fix an edge case concerning ascii patterns and UTF-8 data"
authorJunio C Hamano <gitster@pobox.com>
Fri, 19 Nov 2021 17:06:36 +0000 (09:06 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 Nov 2021 17:10:27 +0000 (09:10 -0800)
commite7f3925bed86edf1b79fd18e5600252e445019d1
tree79a681ce03ce5028777414f382e36c99393e3093
parentae39ba431ab861548eb60b4bd2e1d8b8813db76f
Revert "grep/pcre2: fix an edge case concerning ascii patterns and UTF-8 data"

This reverts commit ae39ba431ab861548eb60b4bd2e1d8b8813db76f, as it
breaks "grep" when looking for a string in non UTF-8 haystack, when
linked with certain versions of PCREv2 library.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
grep.c
t/t7812-grep-icase-non-ascii.sh