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

DESCRIPTION

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

OPTIONS

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

AUTHOR

26       Written by Ryan Anderson <ryan@michonline.com[1]>
27

DOCUMENTATION

29       Documentation by Junio C Hamano and the git-list
30       <git@vger.kernel.org[2]>.
31

GIT

33       Part of the git(1) suite
34

NOTES

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.4.4                       04/11/2011                     GIT-RELINK(1)
Impressum