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>]\* <master_dir>
10
12 This will scan 1 or more object repositories and look for objects in
13 common with a master repository. Objects not already hardlinked to the
14 master repository will be replaced with a hardlink to the master
15 repository.
16
18 --safe
19 Stops if two objects with the same hash exist but have different
20 sizes. Default is to warn and continue.
21
22 <dir>
23 Directories containing a .git/objects/ subdirectory.
24
26 Written by Ryan Anderson <ryan@michonline.com[1]>
27
29 Documentation by Junio C Hamano and the git-list
30 <git@vger.kernel.org[2]>.
31
33 Part of the git(1) suite
34
36 1. ryan@michonline.com
37 mailto:ryan@michonline.com
38
39 2. git@vger.kernel.org
40 mailto:git@vger.kernel.org
41
42
43
44Git 1.7.1 08/16/2017 GIT-RELINK(1)