Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   git-relink    ( 1 )

жесткая ссылка на общие объекты в локальных репозиториях (Hardlink common objects in local repositories)

Имя (Name)

git-relink - Hardlink common objects in local repositories


Синопсис (Synopsis)

git relink [--safe] <dir>... <master_dir>


Описание (Description)

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


Параметры (Options)

--safe
           Stops if two objects with the same hash exist but have
           different sizes. Default is to warn and continue.

<dir> Directories containing a .git/objects/ subdirectory.