author | Brandon Casey <drafnel@gmail.com> | |
Mon, 10 Nov 2008 05:59:58 +0000 (23:59 -0600) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 12 Nov 2008 18:29:22 +0000 (10:29 -0800) | ||
commit | daae06259556246959963947752bde4ee2df7b44 | |
tree | 173b309e6b071943447b676b9d0d7bd218b0bbf6 | tree | snapshot |
parent | 0f4dc14ac4945448f7309964afeb879d20408e07 | commit | diff |
pack-objects: extend --local to mean ignore non-local loose objects too
With this patch, --local means pack only local objects that are not already
packed.
Additionally, this fixes t7700 testing whether loose objects in an alternate
object database are repacked.
Signed-off-by: Brandon Casey <drafnel@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
With this patch, --local means pack only local objects that are not already
packed.
Additionally, this fixes t7700 testing whether loose objects in an alternate
object database are repacked.
Signed-off-by: Brandon Casey <drafnel@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-pack-objects.txt | diff | blob | history | |
builtin-pack-objects.c | diff | blob | history | |
t/t7700-repack.sh | diff | blob | history |