···3364 stdout.
33653366uploadpack.allowFilter::
3367- If this option is set, `upload-pack` will advertise partial
3368 clone and partial fetch object filtering.
3369+
3370Note that this configuration variable is ignored if it is seen in the
···3364 stdout.
33653366uploadpack.allowFilter::
3367+ If this option is set, `upload-pack` will support partial
3368 clone and partial fetch object filtering.
3369+
3370Note that this configuration variable is ignored if it is seen in the
+1
unpack-trees.c
···391 fetch_objects(repository_format_partial_clone,
392 &to_fetch);
393 fetch_if_missing = fetch_if_missing_store;
0394 }
395 for (i = 0; i < index->cache_nr; i++) {
396 struct cache_entry *ce = index->cache[i];
···391 fetch_objects(repository_format_partial_clone,
392 &to_fetch);
393 fetch_if_missing = fetch_if_missing_store;
394+ oid_array_clear(&to_fetch);
395 }
396 for (i = 0; i < index->cache_nr; i++) {
397 struct cache_entry *ce = index->cache[i];