Merge branch 'nd/pack-unreachable-objects-doc'
Doc update. * nd/pack-unreachable-objects-doc: pack-objects: validation and documentation about unreachable options
This commit is contained in:
@ -3241,6 +3241,8 @@ int cmd_pack_objects(int argc, const char **argv, const char *prefix)
|
||||
fetch_if_missing = 0;
|
||||
argv_array_push(&rp, "--exclude-promisor-objects");
|
||||
}
|
||||
if (unpack_unreachable || keep_unreachable || pack_loose_unreachable)
|
||||
use_internal_rev_list = 1;
|
||||
|
||||
if (!reuse_object)
|
||||
reuse_delta = 0;
|
||||
|
Reference in New Issue
Block a user