]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'rs/use-enhanced-bre-on-macos'
authorJunio C Hamano <gitster@pobox.com>
Mon, 23 Jan 2023 21:39:51 +0000 (13:39 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Jan 2023 21:39:51 +0000 (13:39 -0800)
Newer regex library macOS stopped enabling GNU-like enhanced BRE,
where '\(A\|B\)' works as alternation, unless explicitly asked with
the REG_ENHANCED flag.  "git grep" now can be compiled to do so, to
retain the old behaviour.

* rs/use-enhanced-bre-on-macos:
  use enhanced basic regular expressions on macOS

1  2 
Makefile
git-compat-util.h

diff --cc Makefile
Simple merge
Simple merge