author | Nicolas Pitre <nico@cam.org> | |
Thu, 26 Oct 2006 03:28:17 +0000 (23:28 -0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 26 Oct 2006 07:20:07 +0000 (00:20 -0700) | ||
commit | 636171cb80255682bdfc9bf5a98c9e66d4c0444a | |
tree | e759d2027c2d636a21cd2bb8b9e351721013535a | tree | snapshot |
parent | e42797f5b6d5ed3b8c894d89493e285c40d58dc8 | commit | diff |
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>
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 | diff | blob | history | |
index-pack.c | diff | blob | history |