From: Junio C Hamano Date: Fri, 21 Oct 2022 18:37:28 +0000 (-0700) Subject: Merge branch 'ab/grep-simplify-extended-expression' X-Git-Tag: v2.39.0-rc0~91 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=91d3d7e6e2be4aad74c5c602ed4988fbb1d82960;p=thirdparty%2Fgit.git 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 --- 91d3d7e6e2be4aad74c5c602ed4988fbb1d82960