]> git.ipfire.org Git - thirdparty/git.git/commit
grep: print the pcre2_jit_on value
authorBeat Bolli <dev+git@drbeat.li>
Mon, 22 Jul 2019 18:19:23 +0000 (20:19 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 23 Jul 2019 17:36:09 +0000 (10:36 -0700)
commitf00253278481ea7d1d7bf3127aba9b529da34009
tree079e6b57772520663843539836d035552152600e
parent0d0ac3826a3bbb9247e39e12623bbcfdd722f24c
grep: print the pcre2_jit_on value

When pcre2_jit_on is neither 1 nor 0, the BUG() call printed the value
of pcre1_jit_on.

Print the value of pcre2_jit_on instead.

Signed-off-by: Beat Bolli <dev+git@drbeat.li>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
grep.c