.\"Generated by db2man.xsl. Don't modify this, modify the source. .de Sh \" Subsection .br .if t .Sp .ne 5 .PP \fB\\$1\fR .PP .. .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Ip \" List item .br .ie \\n(.$>=3 .ne \\$3 .el .ne 3 .IP "\\$1" \\$2 .. .TH "GIT-RELINK" 1 "" "" "" .SH NAME git-relink \- Hardlink common objects in local repositories. .SH "SYNOPSIS" git\-relink [\-\-safe] []* .SH "DESCRIPTION" This will scan 2 or more object repositories and look for common objects, check if they are hardlinked, and replace one with a hardlink to the other if not\&. .SH "OPTIONS" .TP \-\-safe Stops if two objects with the same hash exist but have different sizes\&. Default is to warn and continue\&. .TP Directories containing a \&.git/objects/ subdirectory\&. .SH "AUTHOR" Written by Ryan Anderson .SH "DOCUMENTATION" Documentation by Junio C Hamano and the git\-list \&. .SH "GIT" Part of the \fBgit\fR(7) suite