6 git-relink - Hardlink common objects in local repositories.
10 'git-relink' [--safe] <dir> <dir> [<dir>]\*
14 This will scan 2 or more object repositories and look for common objects, check
15 if they are hardlinked, and replace one with a hardlink to the other if not.
20 Stops if two objects with the same hash exist but have different sizes.
21 Default is to warn and continue.
24 Directories containing a .git/objects/ subdirectory.
28 Written by Ryan Anderson <ryan@michonline.com>
32 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
36 Part of the gitlink:git[7] suite