]> git.ipfire.org Git - thirdparty/git.git/commitdiff
relink: retire the command
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 25 Jan 2017 16:58:57 +0000 (17:58 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Jan 2017 22:42:37 +0000 (14:42 -0800)
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>
.gitignore
Makefile
command-list.txt
contrib/examples/git-relink.perl [moved from git-relink.perl with 100% similarity]
contrib/examples/git-relink.txt [moved from Documentation/git-relink.txt with 100% similarity]

index 6722f78f9ab7e9647a3358a52e627f1c9e83f685..b1020b875fc006c81ed92ffb93e73876487c7c57 100644 (file)
 /git-rebase--merge
 /git-receive-pack
 /git-reflog
-/git-relink
 /git-remote
 /git-remote-http
 /git-remote-https
index f53fcc90d71b7e0ba95b94e9baf67d559085863c..3abfc61d1e32ffe107bb118cc9ea138bf7b8176b 100644 (file)
--- 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
 
index 2a94137bbb383fda655b481446d0891062d73cb9..a1fad28fd82da18cc2b8f43e8eb26fed9864411b 100644 (file)
@@ -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