pack-objects --keep-unreachable
authorJunio C Hamano <gitster@pobox.com>
Mon, 17 Sep 2007 06:20:07 +0000 (23:20 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Sep 2007 19:25:26 +0000 (12:25 -0700)
commit08cdfb13374f31b0c1c47444f55042e7b72c3190
treee810ad11fbaba07d61aa770445d173978add8672
parent000dfd3f6e3f61e15ccfd4cecb3a51624adfbf38
pack-objects --keep-unreachable

This new option is meant to be used in conjunction with the
options "git repack -a -d" usually invokes the underlying
pack-objects with.  When this option is given, objects unreachable
from the refs in packs named with --unpacked= option are added
to the resulting pack, in addition to the reachable objects that
are not in packs marked with *.keep files.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-pack-objects.c