We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aa6694 commit 9f242a1Copy full SHA for 9f242a1
unpack-trees.c
@@ -390,6 +390,7 @@ static int check_updates(struct unpack_trees_options *o)
390
fetch_objects(repository_format_partial_clone,
391
&to_fetch);
392
fetch_if_missing = fetch_if_missing_store;
393
+ oid_array_clear(&to_fetch);
394
}
395
for (i = 0; i < index->cache_nr; i++) {
396
struct cache_entry *ce = index->cache[i];
0 commit comments