Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
config: add config_from_gitmodules
[gitweb.git]
/
fsck.h
diff --git
a/fsck.h
b/fsck.h
index 1891c1863be85c0607a86023e3da3d39d0dae22c..4525510d99abfc0ae523e0d556345db84fc8c302 100644
(file)
--- a/
fsck.h
+++ b/
fsck.h
@@
-34,7
+34,7
@@
struct fsck_options {
fsck_error error_func;
unsigned strict:1;
int *msg_type;
- struct
sha1
_array *skiplist;
+ struct
oid
_array *skiplist;
struct decoration *object_names;
};