diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2017-01-25 17:58:57 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-01-25 14:42:37 -0800 |
commit | ed21e30fef3609602481ba3630ccec636d459a21 (patch) | |
tree | 01c3124ddbd5445d347883c99dd451fad463f3a7 /.gitignore | |
parent | Almost ready for 2.11.1 (diff) | |
download | tgif-ed21e30fef3609602481ba3630ccec636d459a21.tar.xz |
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 '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
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 |