From: Junio C Hamano Date: Sat, 20 Mar 2021 06:55:06 +0000 (-0700) Subject: Meta/cook: disable 'tangled with' for now X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5b41051d7547ce0110b11bee32c2f6c693c232e;p=thirdparty%2Fgit.git Meta/cook: disable 'tangled with' for now --- 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'}})); }