]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'cb/grep-pcre-ucp'
authorJunio C Hamano <gitster@pobox.com>
Fri, 27 Jan 2023 16:51:40 +0000 (08:51 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 27 Jan 2023 16:51:40 +0000 (08:51 -0800)
"grep -P" learned to use Unicode Character Property to grok
character classes when processing \b and \w etc.

* cb/grep-pcre-ucp:
  grep: correctly identify utf-8 characters with \{b,w} in -P


Trivial merge