]> git.ipfire.org Git - thirdparty/git.git/blobdiff - unpack-trees.c
The twelfth batch for 2.15
[thirdparty/git.git] / unpack-trees.c
index 87e8c695971c470657fdd0b9fe29555e14604edd..71b70ccb12756cde1f1c5aeda952be6e2b91f5b8 100644 (file)
@@ -383,8 +383,8 @@ static int check_updates(struct unpack_trees_options *o)
                        }
                }
        }
-       errs |= finish_delayed_checkout(&state);
        stop_progress(&progress);
+       errs |= finish_delayed_checkout(&state);
        if (o->update)
                git_attr_set_direction(GIT_ATTR_CHECKIN, NULL);
        return errs != 0;