]> git.ipfire.org Git - thirdparty/git.git/blobdiff - unpack-trees.c
checkout: fix two bugs on the final count of updated entries
[thirdparty/git.git] / unpack-trees.c
index d561ca01ed249e8c097c08a791ed99e7dfbb0dc5..8a454e03bff796452b6ffad3327dde6c592847f3 100644 (file)
@@ -487,7 +487,7 @@ static int check_updates(struct unpack_trees_options *o,
                errs |= run_parallel_checkout(&state, pc_workers, pc_threshold,
                                              progress, &cnt);
        stop_progress(&progress);
-       errs |= finish_delayed_checkout(&state, NULL, o->verbose_update);
+       errs |= finish_delayed_checkout(&state, o->verbose_update);
        git_attr_set_direction(GIT_ATTR_CHECKIN);
 
        if (o->clone)