Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
fetch-pack: add --no-filter
[gitweb.git]
/
builtin
/
fsck.c
diff --git
a/builtin/fsck.c
b/builtin/fsck.c
index 578a7c8b0835842c8b1e3e1661401cb71c69432b..3b76c0ef0f4beddd2af5500aa435ea67ebf573e7 100644
(file)
--- a/
builtin/fsck.c
+++ b/
builtin/fsck.c
@@
-678,6
+678,9
@@
int cmd_fsck(int argc, const char **argv, const char *prefix)
int i;
struct alternate_object_database *alt;
+ /* fsck knows how to handle missing promisor objects */
+ fetch_if_missing = 0;
+
errors_found = 0;
check_replace_refs = 0;