author | Junio C Hamano <gitster@pobox.com> | |
Mon, 17 Sep 2007 06:20:07 +0000 (23:20 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 17 Sep 2007 19:25:26 +0000 (12:25 -0700) | ||
commit | 08cdfb13374f31b0c1c47444f55042e7b72c3190 | |
tree | e810ad11fbaba07d61aa770445d173978add8672 | tree | snapshot |
parent | 000dfd3f6e3f61e15ccfd4cecb3a51624adfbf38 | commit | diff |
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>
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 | diff | blob | history |