object_array 802 bisect.c struct object_array pending_copy; object_array 776 builtin/checkout.c struct object_array refs; object_array 263 builtin/diff.c struct object_array ent = OBJECT_ARRAY_INIT; object_array 631 builtin/fast-export.c static void handle_tail(struct object_array *commits, struct rev_info *revs) object_array 973 builtin/fast-export.c struct object_array commits = OBJECT_ARRAY_INIT; object_array 94 builtin/fsck.c static struct object_array pending; object_array 495 builtin/grep.c const struct object_array *list) object_array 628 builtin/grep.c struct object_array list = OBJECT_ARRAY_INIT; object_array 305 builtin/name-rev.c struct object_array revs = OBJECT_ARRAY_INIT; object_array 102 builtin/reflog.c struct object_array study; object_array 103 builtin/reflog.c struct object_array found; object_array 136 bundle.c struct object_array refs; object_array 565 commit.c void clear_commit_marks_for_object_array(struct object_array *a, unsigned mark) object_array 211 commit.h void clear_commit_marks_for_object_array(struct object_array *a, unsigned mark); object_array 259 commit.h extern struct commit_list *get_shallow_commits(struct object_array *heads, object_array 312 object.c struct object_array *array, object_array 343 object.c void add_object_array(struct object *obj, const char *name, struct object_array *array) object_array 359 object.c void object_array_filter(struct object_array *array, object_array 377 object.c void object_array_clear(struct object_array *array) object_array 390 object.c static int contains_name(struct object_array *array, const char *name) object_array 401 object.c void object_array_remove_duplicates(struct object_array *array) object_array 116 object.h void add_object_array(struct object *obj, const char *name, struct object_array *array); object_array 117 object.h void add_object_array_with_path(struct object *obj, const char *name, struct object_array *array, unsigned mode, const char *path); object_array 126 object.h void object_array_filter(struct object_array *array, object_array 133 object.h void object_array_remove_duplicates(struct object_array *array); object_array 139 object.h void object_array_clear(struct object_array *array); object_array 2781 revision.c struct object_array old_pending; object_array 3184 revision.c static void gc_boundary(struct object_array *array) object_array 3194 revision.c struct object_array *array = &revs->boundary_commits; object_array 58 revision.h struct object_array pending; object_array 61 revision.h struct object_array boundary_commits; object_array 76 shallow.c struct commit_list *get_shallow_commits(struct object_array *heads, int depth, object_array 81 shallow.c struct object_array stack = OBJECT_ARRAY_INIT; object_array 857 submodule.c static int find_first_merges(struct object_array *result, const char *path, object_array 861 submodule.c struct object_array merges = OBJECT_ARRAY_INIT; object_array 871 submodule.c memset(result, 0, sizeof(struct object_array)); object_array 934 submodule.c struct object_array merges; object_array 44 upload-pack.c static struct object_array have_obj; object_array 45 upload-pack.c static struct object_array want_obj; object_array 46 upload-pack.c static struct object_array extra_edge_obj; object_array 545 upload-pack.c struct object_array shallows = OBJECT_ARRAY_INIT;