Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
fsck: check tag objects' headers
[gitweb.git]
/
builtin
/
fsck.c
diff --git
a/builtin/fsck.c
b/builtin/fsck.c
index d42a27da89d8d5693c6335cf4e2123d41c030580..d9f4e6e38c9c0a98a0340c60dc1af64853303918 100644
(file)
--- a/
builtin/fsck.c
+++ b/
builtin/fsck.c
@@
-298,7
+298,7
@@
static int fsck_obj(struct object *obj)
if (fsck_walk(obj, mark_used, NULL))
objerror(obj, "broken links");
- if (fsck_object(obj, check_strict, fsck_error_func))
+ if (fsck_object(obj,
NULL, 0,
check_strict, fsck_error_func))
return -1;
if (obj->type == OBJ_TREE) {