Meta/cook: disable 'tangled with' for now

This commit is contained in:
Junio C Hamano
2021-03-19 23:55:06 -07:00
parent 7d9ec4c25f
commit d5b41051d7

4
cook
View File

@@ -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'}}));
}