6 git-relink - Hardlink common objects in local repositories
11 'git relink' [--safe] <dir>... <master_dir>
15 This will scan 1 or more object repositories and look for objects in common
16 with a master repository. Objects not already hardlinked to the master
17 repository will be replaced with a hardlink to the master repository.
22 Stops if two objects with the same hash exist but have different sizes.
23 Default is to warn and continue.
26 Directories containing a .git/objects/ subdirectory.
30 Part of the linkgit:git[1] suite