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 fc968e2 commit 46e6fb1Copy full SHA for 46e6fb1
builtin/index-pack.c
@@ -1211,15 +1211,7 @@ static void resolve_deltas(void)
1211
cleanup_thread();
1212
return;
1213
}
1214
-
1215
- for (i = 0; i < nr_objects; i++) {
1216
- struct object_entry *obj = &objects[i];
1217
1218
- if (is_delta_type(obj->type))
1219
- continue;
1220
- resolve_base(obj);
1221
- display_progress(progress, nr_resolved_deltas);
1222
- }
+ threaded_second_pass(¬hread_data);
1223
1224
1225
/*
0 commit comments