diff options
author | Ryan Anderson <ryan@michonline.com> | 2005-06-26 14:15:16 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-26 13:11:59 -0700 |
commit | 102fc37f3b3d213841d4cff47a75d385824a3027 (patch) | |
tree | 6d500c6c6fd4fa055fb9440c183337764e90dffe /Makefile | |
parent | 042a4ed7c51f909fa53a8fa2f1024a1938812f27 (diff) | |
download | git-102fc37f3b3d213841d4cff47a75d385824a3027.tar.gz git-102fc37f3b3d213841d4cff47a75d385824a3027.tar.xz |
[PATCH] Add git-relink-script to fix up missing hardlinks
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.
This version warns when skipping files because of size differences, and
handle more than 2 repositories automatically.
Signed-off-by: Ryan Anderson <ryan@michonline.com>
Cheered-on-by: Jeff Garzik <jgarzik@pobox.com>
Acked-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ SCRIPTS=git git-apply-patch-script git-merge-one-file-script git-prune-script \ git-deltafy-script git-fetch-script git-status-script git-commit-script \ git-log-script git-shortlog git-cvsimport-script git-diff-script \ git-reset-script git-add-script git-checkout-script git-clone-script \ - gitk git-cherry git-rebase-script + gitk git-cherry git-rebase-script git-relink-script PROG= git-update-cache git-diff-files git-init-db git-write-tree \ git-read-tree git-commit-tree git-cat-file git-fsck-cache \ |