Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] verify-pack updates.
[gitweb.git]
/
fsck-cache.c
diff --git
a/fsck-cache.c
b/fsck-cache.c
index 4e193524115dfa0ad808514a3baab34240d78cba..44ad5f169530fb7ab70a17f2e04b8367643faad6 100644
(file)
--- a/
fsck-cache.c
+++ b/
fsck-cache.c
@@
-440,7
+440,7
@@
int main(int argc, char **argv)
prepare_packed_git();
for (p = packed_git; p; p = p->next)
/* verify gives error messages itself */
- verify_pack(p
);
+ verify_pack(p
, 0);
for (p = packed_git; p; p = p->next) {
int num = num_packed_objects(p);