pack-objects: extend --local to mean ignore non-local loose objects too
commitdaae06259556246959963947752bde4ee2df7b44
authorBrandon Casey <drafnel@gmail.com>
Mon, 10 Nov 2008 05:59:58 +0000 (9 23:59 -0600)
committerJunio C Hamano <gitster@pobox.com>
Wed, 12 Nov 2008 18:29:22 +0000 (12 10:29 -0800)
tree173b309e6b071943447b676b9d0d7bd218b0bbf6
parent0f4dc14ac4945448f7309964afeb879d20408e07
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>
Documentation/git-pack-objects.txt
builtin-pack-objects.c
t/t7700-repack.sh