Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
remote: make refspec follow the same disambiguation rule as local refs
[gitweb.git]
/
builtin
/
fsck.c
diff --git
a/builtin/fsck.c
b/builtin/fsck.c
index f91d5f360dd016505562a9d4380369aa8faee5f5..028aba52ebaab764d1f4f91c926e54d66dcaa20f 100644
(file)
--- a/
builtin/fsck.c
+++ b/
builtin/fsck.c
@@
-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++) {