From 102fc37f3b3d213841d4cff47a75d385824a3027 Mon Sep 17 00:00:00 2001 From: Ryan Anderson Date: Sun, 26 Jun 2005 14:15:16 -0400 Subject: [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 Cheered-on-by: Jeff Garzik Acked-by: Junio C Hamano Signed-off-by: Linus Torvalds --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d9aae01f5..e74b90bfe 100644 --- a/Makefile +++ b/Makefile @@ -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 \ -- cgit v1.2.1