1git-relink(1)
2=============
34
NAME
5----
6git-relink - Hardlink common objects in local repositories
78
SYNOPSIS
9--------
10[verse]
11'git relink' [--safe] <dir>... <master_dir>
1213
DESCRIPTION
14-----------
15This will scan 1 or more object repositories and look for objects in common
16with a master repository. Objects not already hardlinked to the master
17repository will be replaced with a hardlink to the master repository.
1819
OPTIONS
20-------
21--safe::
22Stops if two objects with the same hash exist but have different sizes.
23Default is to warn and continue.
2425
<dir>::
26Directories containing a .git/objects/ subdirectory.
2728
GIT
29---
30Part of the linkgit:git[1] suite