From: Michael J Gruber Date: Fri, 14 Sep 2012 09:46:43 +0000 (+0200) Subject: t7810-grep: test --all-match with multiple --grep and --author options X-Git-Tag: v1.8.0-rc0~34^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/39f2e017203695b9da2ad35589b0e58bcac6fdc8?hp=39f2e017203695b9da2ad35589b0e58bcac6fdc8 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 Signed-off-by: Junio C Hamano ---