1. NAME

git-relink - Hardlink common objects in local repositories

2. SYNOPSIS



git relink [--safe] <dir> [<dir>]* <master_dir>

3. DESCRIPTION



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.

4. OPTIONS

--safe
    Stops if two objects with the same hash exist but have different sizes. Default is to warn and continue.

<dir>
    Directories containing a .git/objects/ subdirectory.

5. AUTHOR



Written by Ryan Anderson <\m[blue]\\fR\m[]\s-2\u[1]\d\s+2>

6. DOCUMENTATION



Documentation by Junio C Hamano and the git-list <\m[blue]\\fR\m[]\s-2\u[2]\d\s+2>.

7. GIT



Part of the git(1) suite

8. NOTES

1. 4
    mailto:

2. 4
    mailto: