X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-relink-script.txt;fp=Documentation%2Fgit-relink-script.txt;h=0000000000000000000000000000000000000000;hb=215a7ad1ef790467a4cd3f0dcffbd6e5f04c38f7;hp=99c05d45124f7f5293ca778f56c6d611e1440252;hpb=99977bd5fdeabbd0608a70e9411c243007ec4ea2;p=git.git diff --git a/Documentation/git-relink-script.txt b/Documentation/git-relink-script.txt deleted file mode 100644 index 99c05d45..00000000 --- a/Documentation/git-relink-script.txt +++ /dev/null @@ -1,37 +0,0 @@ -git-relink-script(1) -==================== - -NAME ----- -git-relink-script - Hardlink common objects in local repositories. - -SYNOPSIS --------- -'git-relink-script' [--safe] []\* - -DESCRIPTION ------------ -This will scan 2 or more object repositories and look for common objects, check -if they are hardlinked, and replace one with a hardlink to the other if not. - -OPTIONS -------- ---safe:: - Stops if two objects with the same hash exist but have different sizes. - Default is to warn and continue. - -:: - Directories containing a .git/objects/ subdirectory. - -Author ------- -Written by Ryan Anderson - -Documentation --------------- -Documentation by Junio C Hamano and the git-list . - -GIT ---- -Part of the link:git.html[git] suite -