Code

pack-objects: don't include missing preferred base objects
authorNicolas Pitre <nico@cam.org>
Tue, 2 Sep 2008 14:22:21 +0000 (10:22 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 3 Sep 2008 00:05:54 +0000 (17:05 -0700)
commiteede9f42b52b4001ffe844af061315b766682a69
treebd00b6a6b61f5ff9452039a2da4639284831676b
parenta8032d12241f2226a6ab98272b12a1d98ca446a5
pack-objects: don't include missing preferred base objects

This improves commit 6d6f9cddbe a bit by simply not including missing
bases in the list of objects to process at all.

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-pack-objects.c