1GIT-RELINK(1) Git Manual GIT-RELINK(1)
2
3
4
6 git-relink - Hardlink common objects in local repositories
7
9 git-relink [--safe] <dir> <dir> [<dir>]*
10
12 This will scan 2 or more object repositories and look for common
13 objects, check if they are hardlinked, and replace one with a hardlink
14 to the other if not.
15
17 --safe
18 Stops if two objects with the same hash exist but have different
19 sizes. Default is to warn and continue.
20
21 <dir>
22 Directories containing a .git/objects/ subdirectory.
23
25 Written by Ryan Anderson <ryan@michonline.com>
26
28 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
29
31 Part of the git(7) suite
32
33
34
35
36Git 1.5.3.3 10/09/2007 GIT-RELINK(1)