t7810-grep: test --all-match with multiple --grep and --author options
commit39f2e017203695b9da2ad35589b0e58bcac6fdc8
authorMichael J Gruber <git@drmicha.warpmail.net>
Fri, 14 Sep 2012 09:46:43 +0000 (14 11:46 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 16 Sep 2012 06:35:40 +0000 (15 23:35 -0700)
tree8628792f4fed980517c456c4c10e8a53aa3efd25
parent2cb03e76a0e65920a0790d5b128fde9185e0e8fe
t7810-grep: test --all-match with multiple --grep and --author options

The code used to have a bug that ignores "--all-match", that requires
all "--grep" to have matched, when "--author" or "--committer" was used.

Make sure the bug will not be reintroduced.

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7810-grep.sh