Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
archive: declare struct archiver where it's needed
[gitweb.git]
/
builtin-fsck.c
diff --git
a/builtin-fsck.c
b/builtin-fsck.c
index 7326dc33a586dfbadf5bc35ac628b1f8690a6a09..7a4a4f144f7550c5eee67e728ef5ff0df7a5d2ba 100644
(file)
--- a/
builtin-fsck.c
+++ b/
builtin-fsck.c
@@
-377,6
+377,10
@@
static void fsck_dir(int i, char *path)
if (de->d_name[0] != '.')
break;
continue;
+ case 14:
+ if (prefixcmp(de->d_name, "tmp_obj_"))
+ break;
+ continue;
case 38:
sprintf(name, "%02x", i);
memcpy(name+2, de->d_name, len+1);