Meta/cook: disable 'tangled with' for now

Junio C Hamano committed Mar 19, 2021 at 23:55 UTC d5b41051d7547ce0110b11bee32c2f6c693c232e
1 file changed +2 -2
cook
+2 -2
@@ -40,8 +40,8 @@ sub describe_relation {
40 phrase_these(@{$topic_info->{'uses'}}));
41 }
42
43 - if (exists $topic_info->{'shares'}) {
44 - push @desc, ("is tangled with " .
43 + if (0 && exists $topic_info->{'shares'}) {
44 + push @desc, ("shares commits with " .
45 phrase_these(@{$topic_info->{'shares'}}));
46 }
47