Merge branch 'rs/log-invert-grep-with-headers'
commit2043ce828e8020778c5460eaf7d5a207317c1c09
authorJunio C Hamano <gitster@pobox.com>
Wed, 5 Jan 2022 22:01:30 +0000 (5 14:01 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Jan 2022 22:01:30 +0000 (5 14:01 -0800)
tree51a85e0b9679bceb8fa2dfbae89d163e4884e28b
parent2a6c7f996e85aab2173a378349e8c0d952755686
parent794c000267b7bd29024b56e282509a82b31e6fc8
Merge branch 'rs/log-invert-grep-with-headers'

"git log --invert-grep --author=<name>" used to exclude commits
written by the given author, but now "--invert-grep" only affects
the matches made by the "--grep=<pattern>" option.

* rs/log-invert-grep-with-headers:
  log: let --invert-grep only invert --grep
revision.c
t/t4202-log.sh