/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
move show_pack_info() where it belongs
[git/git.git]
/
builtin-fsck.c
diff --git
a/builtin-fsck.c
b/builtin-fsck.c
index
78a6e1f
..
b0f9648
100644
(file)
--- a/
builtin-fsck.c
+++ b/
builtin-fsck.c
@@
-585,7
+585,7
@@
int cmd_fsck(int argc, const char **argv, const char *prefix)
prepare_packed_git();
for (p = packed_git; p; p = p->next)
/* verify gives error messages itself */
- verify_pack(p
, 0
);
+ verify_pack(p);
for (p = packed_git; p; p = p->next) {
uint32_t j, num;