]> git.ipfire.org Git - thirdparty/git.git/commitdiff
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)
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

1  2 
grep.c
grep.h
t/t4202-log.sh

diff --cc grep.c
Simple merge
diff --cc grep.h
Simple merge
diff --cc t/t4202-log.sh
Simple merge