6 git-relink - Hardlink common objects in local repositories
10 'git relink' [--safe] <dir> [<dir>]* <master_dir>
14 This will scan 1 or more object repositories and look for objects in common
15 with a master repository. Objects not already hardlinked to the master
16 repository will be replaced with a hardlink to the master repository.
21 Stops if two objects with the same hash exist but have different sizes.
22 Default is to warn and continue.
25 Directories containing a .git/objects/ subdirectory.
29 Written by Ryan Anderson <ryan@michonline.com>
33 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
37 Part of the linkgit:git[1] suite