Browse Source

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>
maint
Johannes Schindelin 8 years ago committed by Junio C Hamano
parent
commit
ed21e30fef
  1. 1
      .gitignore
  2. 1
      Makefile
  3. 1
      command-list.txt
  4. 0
      contrib/examples/git-relink.perl
  5. 0
      contrib/examples/git-relink.txt

1
.gitignore vendored

@ -118,7 +118,6 @@ @@ -118,7 +118,6 @@
/git-rebase--merge
/git-receive-pack
/git-reflog
/git-relink
/git-remote
/git-remote-http
/git-remote-https

1
Makefile

@ -532,7 +532,6 @@ SCRIPT_PERL += git-archimport.perl @@ -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


1
command-list.txt

@ -107,7 +107,6 @@ git-read-tree plumbingmanipulators @@ -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

0
git-relink.perl → contrib/examples/git-relink.perl

0
Documentation/git-relink.txt → contrib/examples/git-relink.txt

Loading…
Cancel
Save