object_id         105 archive.c      	struct object_id oid;
object_id         358 archive.c      	struct object_id oid;
object_id         388 archive.c      		struct object_id tree_oid;
object_id          18 bisect.c       static struct object_id *current_bad_oid;
object_id         405 bisect.c       static int register_ref(const char *refname, const struct object_id *oid,
object_id         642 bisect.c       				    const struct object_id *bad)
object_id         656 bisect.c       static int is_expected_rev(const struct object_id *oid)
object_id         211 builtin/apply.c 	struct object_id threeway_stage[3];
object_id         330 builtin/branch.c static int append_ref(const char *refname, const struct object_id *oid, int flags, void *cb_data)
object_id         695 builtin/checkout.c 					 const struct object_id *oid,
object_id         122 builtin/describe.c static int get_name(const char *path, const struct object_id *oid, int flag, void *cb_data)
object_id         125 builtin/describe.c 	struct object_id peeled;
object_id         183 builtin/fetch.c static int add_existing(const char *refname, const struct object_id *oid,
object_id         188 builtin/fetch.c 	struct object_id *old_oid = xmalloc(sizeof(*old_oid));
object_id         929 builtin/fetch.c 				struct object_id *old_oid = peer_item->util;
object_id          31 builtin/fsck.c static struct object_id head_oid;
object_id         506 builtin/fsck.c static int fsck_handle_reflog(const char *logname, const struct object_id *oid,
object_id         513 builtin/fsck.c static int fsck_handle_ref(const char *refname, const struct object_id *oid,
object_id         141 builtin/name-rev.c static int name_ref(const char *path, const struct object_id *oid, int flags, void *cb_data)
object_id         543 builtin/pack-objects.c static int mark_tagged(const char *path, const struct object_id *oid, int flag,
object_id        2100 builtin/pack-objects.c static int add_ref_tag(const char *path, const struct object_id *oid, int flag, void *cb_data)
object_id        2102 builtin/pack-objects.c 	struct object_id peeled;
object_id           3 builtin/patch-id.c static void flush_current_id(int patchlen, struct object_id *id, struct object_id *result)
object_id          56 builtin/patch-id.c static void flush_one_hunk(struct object_id *result, git_SHA_CTX *ctx)
object_id          72 builtin/patch-id.c static int get_one_patchid(struct object_id *next_oid, struct object_id *result,
object_id         155 builtin/patch-id.c 	struct object_id oid, n, result;
object_id         222 builtin/receive-pack.c static int show_ref_cb(const char *path, const struct object_id *oid, int flag, void *unused)
object_id         318 builtin/reflog.c static int push_tip_to_list(const char *refname, const struct object_id *oid,
object_id         385 builtin/reflog.c static int collect_reflog(const char *ref, const struct object_id *oid, int unused, void *cb_data)
object_id         512 builtin/remote.c 	const struct object_id *oid, int flags, void *cb_data)
object_id         557 builtin/remote.c 	const struct object_id *oid, int flags, void *cb_data)
object_id         563 builtin/remote.c 	struct object_id orig_oid;
object_id         701 builtin/remote.c 		struct object_id oid;
object_id         844 builtin/remote.c 	const struct object_id *oid, int flags, void *cb_data)
object_id          38 builtin/replace.c static int show_reference(const char *refname, const struct object_id *oid,
object_id          49 builtin/replace.c 			struct object_id object;
object_id         193 builtin/rev-parse.c static int show_reference(const char *refname, const struct object_id *oid, int flag, void *cb_data)
object_id         201 builtin/rev-parse.c static int anti_reference(const char *refname, const struct object_id *oid, int flag, void *cb_data)
object_id         372 builtin/show-branch.c static int append_ref(const char *refname, const struct object_id *oid,
object_id         397 builtin/show-branch.c static int append_head_ref(const char *refname, const struct object_id *oid,
object_id         400 builtin/show-branch.c 	struct object_id tmp;
object_id         412 builtin/show-branch.c static int append_remote_ref(const char *refname, const struct object_id *oid,
object_id         415 builtin/show-branch.c 	struct object_id tmp;
object_id         427 builtin/show-branch.c static int append_tag_ref(const char *refname, const struct object_id *oid,
object_id         446 builtin/show-branch.c static int append_matching_ref(const char *refname, const struct object_id *oid,
object_id         539 builtin/show-branch.c 	struct object_id revkey;
object_id         646 builtin/show-branch.c 	struct object_id head_oid;
object_id         732 builtin/show-branch.c 		struct object_id oid;
object_id         842 builtin/show-branch.c 		struct object_id revkey;
object_id          20 builtin/show-ref.c static void show_one(const char *refname, const struct object_id *oid)
object_id          29 builtin/show-ref.c static int show_ref(const char *refname, const struct object_id *oid,
object_id          33 builtin/show-ref.c 	struct object_id peeled;
object_id          92 builtin/show-ref.c static int add_existing(const char *refname, const struct object_id *oid,
object_id         213 builtin/show-ref.c 			struct object_id oid;
object_id         179 builtin/tag.c  static void show_tag_lines(const struct object_id *oid, int lines)
object_id         218 builtin/tag.c  static int show_reference(const char *refname, const struct object_id *oid,
object_id          27 bulk-checkin.c 	struct object_id oid;
object_id         810 cache.h        static inline int oidcmp(const struct object_id *oid1, const struct object_id *oid2)
object_id         820 cache.h        static inline int is_null_oid(const struct object_id *oid)
object_id         830 cache.h        static inline void oidcpy(struct object_id *dst, const struct object_id *src)
object_id         840 cache.h        static inline void oidclr(struct object_id *oid)
object_id        1075 cache.h        extern int get_oid_hex(const char *hex, struct object_id *sha1);
object_id        1078 cache.h        extern char *oid_to_hex(const struct object_id *oid);	/* same static buffer as sha1_to_hex */
object_id         287 combine-diff.c static char *grab_blob(const struct object_id *oid, unsigned int mode,
object_id         392 combine-diff.c static void combine_diff(const struct object_id *parent, unsigned int mode,
object_id        1018 combine-diff.c 			struct object_id oid;
object_id          58 commit.c       	struct object_id oid;
object_id         318 commit.c       	struct object_id parent;
object_id        1591 commit.c       	struct object_id oid;
object_id         233 commit.h       	struct object_id oid;
object_id         235 commit.h       	struct object_id parent[FLEX_ARRAY]; /* more */
object_id         217 diff.h         	struct object_id oid;
object_id         221 diff.h         		struct object_id oid;
object_id          78 fetch-pack.c   static int rev_list_insert_ref_oid(const char *refname, const struct object_id *oid,
object_id          84 fetch-pack.c   static int clear_marks(const char *refname, const struct object_id *oid,
object_id         502 fetch-pack.c   static int mark_complete_oid(const char *refname, const struct object_id *oid,
object_id         432 help.c         static int append_similar_ref(const char *refname, const struct object_id *oid,
object_id          59 hex.c          int get_oid_hex(const char *hex, struct object_id *oid)
object_id          82 hex.c          char *oid_to_hex(const struct object_id *oid)
object_id         425 http-backend.c static int show_text_ref(const char *name, const struct object_id *oid,
object_id         477 http-backend.c static int show_head_ref(const char *refname, const struct object_id *oid,
object_id         483 http-backend.c 		struct object_id unused;
object_id          92 log-tree.c     static int add_ref_decoration(const char *refname, const struct object_id *oid,
object_id         101 log-tree.c     		struct object_id original_oid;
object_id         922 notes.c        static int string_list_add_one_ref(const char *refname, const struct object_id *oid,
object_id          25 reachable.c    static int add_one_ref(const char *path, const struct object_id *oid,
object_id         864 ref-filter.c   static int ref_filter_handler(const char *refname, const struct object_id *oid, int flag, void *cb_data)
object_id          13 refs.c         	struct object_id old_oid;
object_id         175 refs.c         	struct object_id oid;
object_id         183 refs.c         	struct object_id peeled;
object_id        1798 refs.c         static int filter_refs(const char *refname, const struct object_id *oid,
object_id        1940 refs.c         static int warn_if_dangling_symref(const char *refname, const struct object_id *oid,
object_id        1945 refs.c         	struct object_id junk;
object_id        2070 refs.c         	struct object_id oid;
object_id        2157 refs.c         	struct object_id oid;
object_id        3878 refs.c         				struct object_id oid;
object_id        4286 refs.c         		       const struct object_id *oid, int flags, void *cb_data)
object_id         162 refs.h         			const struct object_id *oid, int flags, void *cb_data);
object_id        2171 remote.c       static int one_local_ref(const char *refname, const struct object_id *oid,
object_id        2247 remote.c       static int get_stale_heads_cb(const char *refname, const struct object_id *oid,
object_id          56 replace_object.c 				const struct object_id *oid,
object_id        1225 revision.c     static int handle_one_ref(const char *path, const struct object_id *oid,
object_id        1300 revision.c     static int handle_one_reflog(const char *path, const struct object_id *oid,
object_id          50 server-info.c  static int add_info_ref(const char *path, const struct object_id *oid,
object_id         848 sha1_name.c    static int handle_one_ref(const char *path, const struct object_id *oid,
object_id         457 shallow.c      static int mark_uninteresting(const char *refname, const struct object_id *oid,
object_id         565 shallow.c      static int add_ref(const char *refname, const struct object_id *oid,
object_id         347 submodule.c    static int has_remote(const char *refname, const struct object_id *oid,
object_id         542 submodule.c    static int add_sha1_to_array(const char *ref, const struct object_id *oid,
object_id         281 transport.c    static int write_one_ref(const char *name, const struct object_id *oid,
object_id         307 transport.c    		struct object_id oid;
object_id         693 upload-pack.c  static int mark_our_ref(const char *refname, const struct object_id *oid)
object_id         705 upload-pack.c  static int check_ref(const char *refname, const struct object_id *oid,
object_id         722 upload-pack.c  static int send_ref(const char *refname, const struct object_id *oid,
object_id         729 upload-pack.c  	struct object_id peeled;
object_id         758 upload-pack.c  static int find_symref(const char *refname, const struct object_id *oid,
object_id         763 upload-pack.c  	struct object_id unused;
object_id         203 walker.c       static int mark_complete(const char *path, const struct object_id *oid,