You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
751 B
38 lines
751 B
19 years ago
|
git-relink(1)
|
||
|
=============
|
||
19 years ago
|
|
||
|
NAME
|
||
|
----
|
||
19 years ago
|
git-relink - Hardlink common objects in local repositories.
|
||
19 years ago
|
|
||
|
SYNOPSIS
|
||
|
--------
|
||
19 years ago
|
'git-relink' [--safe] <dir> <dir> [<dir>]\*
|
||
19 years ago
|
|
||
|
DESCRIPTION
|
||
|
-----------
|
||
19 years ago
|
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.
|
||
19 years ago
|
|
||
|
OPTIONS
|
||
|
-------
|
||
19 years ago
|
--safe::
|
||
|
Stops if two objects with the same hash exist but have different sizes.
|
||
|
Default is to warn and continue.
|
||
19 years ago
|
|
||
19 years ago
|
<dir>::
|
||
|
Directories containing a .git/objects/ subdirectory.
|
||
19 years ago
|
|
||
|
Author
|
||
|
------
|
||
|
Written by Ryan Anderson <ryan@michonline.com>
|
||
|
|
||
|
Documentation
|
||
|
--------------
|
||
|
Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
|
||
|
|
||
|
GIT
|
||
|
---
|
||
|
Part of the link:git.html[git] suite
|
||
|
|