summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-03-20 06:55:06 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-03-20 06:55:06 (GMT)
commitd5b41051d7547ce0110b11bee32c2f6c693c232e (patch)
tree092557e9554534686e930f9abaafd9e800a93b3f
parent7d9ec4c25ffefe4d12935c855bb49e65083be227 (diff)
downloadgit-d5b41051d7547ce0110b11bee32c2f6c693c232e.zip
git-d5b41051d7547ce0110b11bee32c2f6c693c232e.tar.gz
git-d5b41051d7547ce0110b11bee32c2f6c693c232e.tar.bz2
Meta/cook: disable 'tangled with' for now
-rwxr-xr-xcook4
1 files changed, 2 insertions, 2 deletions
diff --git a/cook b/cook
index 2258390..c516cf1 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'}}));
}