]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'rs/log-invert-grep-with-headers'
authorJunio C Hamano <gitster@pobox.com>
Wed, 5 Jan 2022 22:01:30 +0000 (14:01 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Jan 2022 22:01:30 +0000 (14:01 -0800)
"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

1  2 
revision.c
t/t4202-log.sh

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