]> git.ipfire.org Git - thirdparty/git.git/commit - t/t7011-skip-worktree-reading.sh
Merge branch 'ab/grep-simplify-extended-expression'
authorJunio C Hamano <gitster@pobox.com>
Fri, 21 Oct 2022 18:37:28 +0000 (11:37 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Oct 2022 18:37:28 +0000 (11:37 -0700)
commit91d3d7e6e2be4aad74c5c602ed4988fbb1d82960
tree9f1bf2a5b46367c109acce2a77260e8059c1acf6
parent4a48c7d25f941532befaf3320f95f16d3c62b530
parentdb84376f981c64a1577d17d99918b2ef65a07a11
Merge branch 'ab/grep-simplify-extended-expression'

Giving "--invert-grep" and "--all-match" without "--grep" to the
"git log" command resulted in an attempt to access grep pattern
expression structure that has not been allocated, which has been
corrected.

* ab/grep-simplify-extended-expression:
  grep.c: remove "extended" in favor of "pattern_expression", fix segfault
grep.c
grep.h
t/t4202-log.sh