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>
Johannes Schindelin committed
Jan 25, 2017 at 17:58 UTC
ed21e30fef3609602481ba3630ccec636d459a21
5 files changed
-3
.gitignore
-1
@@ -118,7 +118,6 @@
118
/git-rebase--merge
119
/git-receive-pack
120
/git-reflog
121
-/git-relink
121
/git-remote
122
/git-remote-http
123
/git-remote-https
Makefile
-1
@@ -532,7 +532,6 @@ SCRIPT_PERL += git-archimport.perl
532
SCRIPT_PERL += git-cvsexportcommit.perl
533
SCRIPT_PERL += git-cvsimport.perl
534
SCRIPT_PERL += git-cvsserver.perl
535
-SCRIPT_PERL += git-relink.perl
535
SCRIPT_PERL += git-send-email.perl
536
SCRIPT_PERL += git-svn.perl
537
command-list.txt
-1
@@ -107,7 +107,6 @@ git-read-tree plumbingmanipulators
107
git-rebase mainporcelain history
108
git-receive-pack synchelpers
109
git-reflog ancillarymanipulators
110
-git-relink ancillarymanipulators
110
git-remote ancillarymanipulators
111
git-repack ancillarymanipulators
112
git-replace ancillarymanipulators