From: Junio C Hamano Date: Wed, 5 Jan 2022 22:01:30 +0000 (-0800) Subject: Merge branch 'rs/log-invert-grep-with-headers' X-Git-Tag: v2.35.0-rc0~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2043ce828e8020778c5460eaf7d5a207317c1c09;p=thirdparty%2Fgit.git Merge branch 'rs/log-invert-grep-with-headers' "git log --invert-grep --author=" used to exclude commits written by the given author, but now "--invert-grep" only affects the matches made by the "--grep=" option. * rs/log-invert-grep-with-headers: log: let --invert-grep only invert --grep --- 2043ce828e8020778c5460eaf7d5a207317c1c09