From ed21e30fef3609602481ba3630ccec636d459a21 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Wed, 25 Jan 2017 17:58:57 +0100 Subject: [PATCH] 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 Signed-off-by: Junio C Hamano --- .gitignore | 1 - Makefile | 1 - command-list.txt | 1 - git-relink.perl => contrib/examples/git-relink.perl | 0 {Documentation => contrib/examples}/git-relink.txt | 0 5 files changed, 3 deletions(-) rename git-relink.perl => contrib/examples/git-relink.perl (100%) rename {Documentation => contrib/examples}/git-relink.txt (100%) diff --git a/.gitignore b/.gitignore index 6722f78f9a..b1020b875f 100644 --- a/.gitignore +++ b/.gitignore @@ -118,7 +118,6 @@ /git-rebase--merge /git-receive-pack /git-reflog -/git-relink /git-remote /git-remote-http /git-remote-https diff --git a/Makefile b/Makefile index f53fcc90d7..3abfc61d1e 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 diff --git a/command-list.txt b/command-list.txt index 2a94137bbb..a1fad28fd8 100644 --- a/command-list.txt +++ b/command-list.txt @@ -107,7 +107,6 @@ git-read-tree plumbingmanipulators git-rebase mainporcelain history git-receive-pack synchelpers git-reflog ancillarymanipulators -git-relink ancillarymanipulators git-remote ancillarymanipulators git-repack ancillarymanipulators git-replace ancillarymanipulators diff --git a/git-relink.perl b/contrib/examples/git-relink.perl similarity index 100% rename from git-relink.perl rename to contrib/examples/git-relink.perl diff --git a/Documentation/git-relink.txt b/contrib/examples/git-relink.txt similarity index 100% rename from Documentation/git-relink.txt rename to contrib/examples/git-relink.txt