Hi Junio, On Wed, 3 Jul 2019, Junio C Hamano wrote: > * ab/no-kwset (2019-07-01) 10 commits > - grep: use PCRE v2 for optimized fixed-string search > - grep: remove the kwset optimization > - grep: drop support for \0 in --fixed-strings <pattern> > - grep: make the behavior for NUL-byte in patterns sane > - grep tests: move binary pattern tests into their own file > - grep tests: move "grep binary" alongside the rest > - grep: inline the return value of a function call used only once > - t4210: skip more command-line encoding tests on MinGW > - grep: don't use PCRE2?_UTF8 with "log --encoding=<non-utf8>" > - log tests: test regex backends in "--encode=<enc>" tests > > Retire use of kwset library, which is an optimization for looking > for fixed strings, with use of pcre2 JIT. > > On hold. > cf. <nycvar.QRO.7.76.6.1907021417050.48@xxxxxxxxxxxxxxxxx> Sorry for the confusion. This patch series is fine, it only exposed a problem in one of the Git for Windows patches I am trying to upstream. >From my side, this is good to go into `next` for some nice cooking. Ciao, Dscho