Thread (1 message) 1 message, 1 author, 2016-06-15

Re: [PATCHv3 09/11] t7810-grep: test multiple --author with --all-match

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:54:45

Michael J Gruber [off-list ref] writes:
--all-match is ignored for author matching on purpose.

Signed-off-by: Michael J Gruber <redacted>
---
It is more like "--all-match is about --grep and does not interact
with --author or --committer at all".  At least with the recent fix.

quoted hunk
 t/t7810-grep.sh | 8 ++++++++
 1 file changed, 8 insertions(+)
diff --git a/t/t7810-grep.sh b/t/t7810-grep.sh
index b841909..be81d96 100755
--- a/t/t7810-grep.sh
+++ b/t/t7810-grep.sh
@@ -513,6 +513,14 @@ test_expect_success 'log with multiple --author uses union' '
 	test_cmp expect actual
 '
 
+test_expect_success 'log --all-match with multiple --author still uses union' '
+	git log --all-match --author="Thor" --author="Aster" --format=%s >actual &&
+	{
+	    echo third && echo second && echo initial
+	} >expect &&
+	test_cmp expect actual
+'
+
 test_expect_success 'log with --grep and multiple --author uses all-match' '
 	git log --author="Thor" --author="Night" --grep=i --format=%s >actual &&
 	{
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help