summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2017-01-25 16:58:57 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-01-25 22:42:37 (GMT)
commited21e30fef3609602481ba3630ccec636d459a21 (patch)
tree01c3124ddbd5445d347883c99dd451fad463f3a7 /Makefile
parentad36dc8b4b165bf9eb3576b42a241164e312d48c (diff)
downloadgit-ed21e30fef3609602481ba3630ccec636d459a21.zip
git-ed21e30fef3609602481ba3630ccec636d459a21.tar.gz
git-ed21e30fef3609602481ba3630ccec636d459a21.tar.bz2
relink: retire the command
Back in the olden days, when all objects were loose and rubber boots were made out of wood, it made sense to try to share (immutable) objects between repositories. Ever since the arrival of pack files, it is but an anachronism. Let's move the script to the contrib/examples/ directory and no longer offer it. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f53fcc9..3abfc61 100644
--- a/Makefile
+++ b/Makefile
@@ -532,7 +532,6 @@ SCRIPT_PERL += git-archimport.perl
SCRIPT_PERL += git-cvsexportcommit.perl
SCRIPT_PERL += git-cvsimport.perl
SCRIPT_PERL += git-cvsserver.perl
-SCRIPT_PERL += git-relink.perl
SCRIPT_PERL += git-send-email.perl
SCRIPT_PERL += git-svn.perl