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
index 2258390114..c516cf1045 100755
--- a/cook
+++ b/cook
@@ -40,8 +40,8 @@ sub describe_relation {
phrase_these(@{$topic_info->{'uses'}}));
}
- if (exists $topic_info->{'shares'}) {
- push @desc, ("is tangled with " .
+ if (0 && exists $topic_info->{'shares'}) {
+ push @desc, ("shares commits with " .
phrase_these(@{$topic_info->{'shares'}}));
}