]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/index-pack.c
make index-pack able to complete thin packs.
authorNicolas Pitre <nico@cam.org>
Thu, 26 Oct 2006 03:28:17 +0000 (23:28 -0400)
committerJunio C Hamano <junkio@cox.net>
Thu, 26 Oct 2006 07:20:07 +0000 (00:20 -0700)
commit636171cb80255682bdfc9bf5a98c9e66d4c0444a
treee759d2027c2d636a21cd2bb8b9e351721013535a
parente42797f5b6d5ed3b8c894d89493e285c40d58dc8
make index-pack able to complete thin packs.

A new flag, --fix-thin, instructs git-index-pack to append any missing
objects to a thin pack to make it self contained and indexable. Of course
objects missing from the pack must be present elsewhere in the local
repository.

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-index-pack.txt
index-pack.c