author | Brandon Casey <casey@nrlssc.navy.mil> | |
Tue, 29 Jan 2008 22:41:30 +0000 (16:41 -0600) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 30 Jan 2008 08:01:27 +0000 (00:01 -0800) | ||
commit | 0eab8ca68ad7bfcbb7c0aff37985116cbbdacd44 | |
tree | 2f7d820d5bc22aa240fd2f4936f123703124b65d | tree | snapshot |
parent | c1dcf7ebf222e7c24b89b40bc00a6ca5e9e2eec6 | commit | diff |
git-relink: avoid hard linking in objects/info directory
git-relink is intended to search for packs and loose objects in
common between two repositories and to replace the one set with
hard links to the other. Files other than packs and loose objects
should not be touched, so add the "info" sub-directory to the
pattern of directory excludes.
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-relink is intended to search for packs and loose objects in
common between two repositories and to replace the one set with
hard links to the other. Files other than packs and loose objects
should not be touched, so add the "info" sub-directory to the
pattern of directory excludes.
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-relink.perl | diff | blob | history |