]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit5427bb4893e29a9502bbee5aed84c3b26e1a4e15
tree9e8a02d927e20bc6259919e42f338d82cbca689d
parentcd37c45acf8170aa80a4d7bd44ea5fc8241047f2
parent54463d32ef6798c772c8bbf69b2c1897a854db9f
Merge branch 'rs/use-enhanced-bre-on-macos'

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
Makefile
git-compat-util.h