From d5b41051d7547ce0110b11bee32c2f6c693c232e Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 19 Mar 2021 23:55:06 -0700 Subject: [PATCH] Meta/cook: disable 'tangled with' for now --- cook | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cook b/cook 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'}})); }