X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-relink.txt;h=f6dafd4495f8f24d1f6759c5c2e7ee5d387e31a5;hb=8e69d78be3f315ea8c7b96400c0c65763b3e8f00;hp=62405358fc8d79afac56434f249dc7b253296a6d;hpb=36d277c72d90d32f99616072b64a2652248f5264;p=git.git diff --git a/Documentation/git-relink.txt b/Documentation/git-relink.txt index 62405358f..f6dafd449 100644 --- a/Documentation/git-relink.txt +++ b/Documentation/git-relink.txt @@ -3,16 +3,17 @@ git-relink(1) NAME ---- -git-relink - Hardlink common objects in local repositories. +git-relink - Hardlink common objects in local repositories SYNOPSIS -------- -'git-relink' [--safe] []\* +'git-relink' [--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. +This will scan 1 or more object repositories and look for objects in common +with a master repository. Objects not already hardlinked to the master +repository will be replaced with a hardlink to the master repository. OPTIONS ------- @@ -33,5 +34,4 @@ Documentation by Junio C Hamano and the git-list . GIT --- -Part of the gitlink:git[7] suite - +Part of the linkgit:git[1] suite