Home
last modified time | relevance | path

Searched defs:fsck_options (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/cgit/cgit-1.2.3/git/
H A Dfsck.h37 struct fsck_options { struct
56 int fsck_walk(struct object *obj, void *data, struct fsck_options *options); argument
/dports/devel/git-svn/git-2.34.1/
H A Dfsck.h124 struct fsck_options { struct
125 fsck_walk_func walk;
126 fsck_error error_func;
127 unsigned strict:1;
128 enum fsck_msg_type *msg_type;
129 struct oidset skiplist;
130 struct oidset gitmodules_found;
131 struct oidset gitmodules_done;
132 kh_oid_map_t *object_names;
H A Dfetch-pack.c43 static struct fsck_options fsck_options = FSCK_OPTIONS_MISSING_GITMODULES; variable
/dports/devel/git-gui/git-2.34.1/
H A Dfsck.h124 struct fsck_options { struct
125 fsck_walk_func walk;
126 fsck_error error_func;
127 unsigned strict:1;
128 enum fsck_msg_type *msg_type;
129 struct oidset skiplist;
130 struct oidset gitmodules_found;
131 struct oidset gitmodules_done;
132 kh_oid_map_t *object_names;
H A Dfetch-pack.c43 static struct fsck_options fsck_options = FSCK_OPTIONS_MISSING_GITMODULES; variable
/dports/devel/git-p4/git-2.34.1/
H A Dfsck.h124 struct fsck_options { struct
125 fsck_walk_func walk;
126 fsck_error error_func;
127 unsigned strict:1;
128 enum fsck_msg_type *msg_type;
129 struct oidset skiplist;
130 struct oidset gitmodules_found;
131 struct oidset gitmodules_done;
132 kh_oid_map_t *object_names;
H A Dfetch-pack.c43 static struct fsck_options fsck_options = FSCK_OPTIONS_MISSING_GITMODULES; variable
/dports/devel/git/git-2.34.1/
H A Dfsck.h124 struct fsck_options { struct
125 fsck_walk_func walk;
126 fsck_error error_func;
127 unsigned strict:1;
128 enum fsck_msg_type *msg_type;
129 struct oidset skiplist;
130 struct oidset gitmodules_found;
131 struct oidset gitmodules_done;
132 kh_oid_map_t *object_names;
H A Dfetch-pack.c43 static struct fsck_options fsck_options = FSCK_OPTIONS_MISSING_GITMODULES; variable
/dports/devel/git-cvs/git-2.34.1/
H A Dfsck.h124 struct fsck_options { struct
125 fsck_walk_func walk;
126 fsck_error error_func;
127 unsigned strict:1;
128 enum fsck_msg_type *msg_type;
129 struct oidset skiplist;
130 struct oidset gitmodules_found;
131 struct oidset gitmodules_done;
132 kh_oid_map_t *object_names;
H A Dfetch-pack.c43 static struct fsck_options fsck_options = FSCK_OPTIONS_MISSING_GITMODULES; variable
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dmktree.c16 char name[FLEX_ARRAY];
H A Dunpack-objects.c26 static struct fsck_options fsck_options = FSCK_OPTIONS_STRICT; variable
H A Dinit-db.c123 warning(_("templates not found in %s"), template_dir);
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dmktag.c15 static struct fsck_options fsck_options = FSCK_OPTIONS_STRICT; variable
H A Dunpack-objects.c26 static struct fsck_options fsck_options = FSCK_OPTIONS_STRICT; variable
H A Dindex-pack.c123 static struct fsck_options fsck_options = FSCK_OPTIONS_MISSING_GITMODULES; variable
/dports/devel/git/git-2.34.1/builtin/
H A Dmktag.c15 static struct fsck_options fsck_options = FSCK_OPTIONS_STRICT; variable
H A Dunpack-objects.c26 static struct fsck_options fsck_options = FSCK_OPTIONS_STRICT; variable
H A Dindex-pack.c123 static struct fsck_options fsck_options = FSCK_OPTIONS_MISSING_GITMODULES; variable
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dmktag.c15 static struct fsck_options fsck_options = FSCK_OPTIONS_STRICT; variable
H A Dunpack-objects.c26 static struct fsck_options fsck_options = FSCK_OPTIONS_STRICT; variable
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dmktag.c15 static struct fsck_options fsck_options = FSCK_OPTIONS_STRICT; variable
H A Dunpack-objects.c26 static struct fsck_options fsck_options = FSCK_OPTIONS_STRICT; variable
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dunpack-objects.c26 static struct fsck_options fsck_options = FSCK_OPTIONS_STRICT; variable

12