]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Meta/cook: disable 'tangled with' for now
authorJunio C Hamano <gitster@pobox.com>
Sat, 20 Mar 2021 06:55:06 +0000 (23:55 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 20 Mar 2021 06:55:06 +0000 (23:55 -0700)
cook

diff --git a/cook b/cook
index 225839011498b489549f0aab89f244ba75b9db50..c516cf1045d497954eac84e35478cdea903f99a8 100755 (executable)
--- 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'}}));
        }