1GIT-RELINK(1)                     Git Manual                     GIT-RELINK(1)
2
3
4

NAME

6       git-relink - Hardlink common objects in local repositories
7

SYNOPSIS

9       git relink [--safe] <dir>... <master_dir>
10
11

DESCRIPTION

13       This will scan 1 or more object repositories and look for objects in
14       common with a master repository. Objects not already hardlinked to the
15       master repository will be replaced with a hardlink to the master
16       repository.
17

OPTIONS

19       --safe
20           Stops if two objects with the same hash exist but have different
21           sizes. Default is to warn and continue.
22
23       <dir>
24           Directories containing a .git/objects/ subdirectory.
25

GIT

27       Part of the git(1) suite
28
29
30
31Git 1.8.3.1                       11/19/2018                     GIT-RELINK(1)
Impressum