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.
2 parents a0eed4e + dc97ff0 commit 8af1d6eCopy full SHA for 8af1d6e
parallel-checkout.c
@@ -633,6 +633,7 @@ static void write_items_sequentially(struct checkout *state)
633
{
634
size_t i;
635
636
+ flush_fscache();
637
for (i = 0; i < parallel_checkout.nr; i++) {
638
struct parallel_checkout_item *pc_item = ¶llel_checkout.items[i];
639
write_pc_item(pc_item, state);
0 commit comments