diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-02-02 13:36:54 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-02-02 13:36:54 -0800 |
commit | 9dec2c652fdfebf8861b526405422088e7022bc0 (patch) | |
tree | 02d5785b87765f8570f0ab73a3d46d340d77c52e /Documentation | |
parent | 1e6a89323b57888d5464732ea7a56a5fd385318b (diff) | |
parent | e0ae5b67a804463277ab7398f8d7557133e2c3db (diff) | |
download | git-9dec2c652fdfebf8861b526405422088e7022bc0.tar.gz |
Merge branch 'js/retire-relink'
Cruft removal.
* js/retire-relink:
relink: really remove the command
relink: retire the command
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-relink.txt | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/Documentation/git-relink.txt b/Documentation/git-relink.txt deleted file mode 100644 index 3b33c99510..0000000000 --- a/Documentation/git-relink.txt +++ /dev/null @@ -1,30 +0,0 @@ -git-relink(1) -============= - -NAME ----- -git-relink - Hardlink common objects in local repositories - -SYNOPSIS --------- -[verse] -'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. - -GIT ---- -Part of the linkgit:git[1] suite |