]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ab/pcre-v2'
authorJunio C Hamano <gitster@pobox.com>
Mon, 19 Jun 2017 19:38:43 +0000 (12:38 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Jun 2017 19:38:43 +0000 (12:38 -0700)
commitae7e4d4fedc2237217a9f802eba4ded9ea66bb91
tree6a10111b07939e0013082185ad4d5d471822bf03
parent32e0da583f70fe1406268217befd61e3f515505f
parent94da9193a6eb8f1085d611c04ff8bbb4f5ae1e0a
Merge branch 'ab/pcre-v2'

Update "perl-compatible regular expression" support to enable JIT
and also allow linking with the newer PCRE v2 library.

* ab/pcre-v2:
  grep: add support for PCRE v2
  grep: un-break building with PCRE >= 8.32 without --enable-jit
  grep: un-break building with PCRE < 8.20
  grep: un-break building with PCRE < 8.32
  grep: add support for the PCRE v1 JIT API
  log: add -P as a synonym for --perl-regexp
  grep: skip pthreads overhead when using one thread
  grep: don't redundantly compile throwaway patterns under threading
Makefile
builtin/grep.c
config.mak.uname
revision.c
t/t4202-log.sh
t/test-lib.sh