remote: make refspec follow the same disambiguation rule as local refs
[gitweb.git] / builtin / fsck.c
index f91d5f360dd016505562a9d4380369aa8faee5f5..028aba52ebaab764d1f4f91c926e54d66dcaa20f 100644 (file)
@@ -748,6 +748,9 @@ int cmd_fsck(int argc, const char **argv, const char *prefix)
                        }
                        stop_progress(&progress);
                }
+
+               if (fsck_finish(&fsck_obj_options))
+                       errors_found |= ERROR_OBJECT;
        }
 
        for (i = 0; i < argc; i++) {