MCPcopy Create free account
hub / github.com/git/git / add_pending_oid

Function add_pending_oid

revision.c:374–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372}
373
374void add_pending_oid(struct rev_info *revs, const char *name,
375 const struct object_id *oid, unsigned int flags)
376{
377 struct object *object = get_reference(revs, name, oid, flags);
378 add_pending_object(revs, object, name);
379}
380
381static struct commit *handle_commit(struct rev_info *revs,
382 struct object_array_entry *entry)

Callers 7

fall_back_threewayFunction · 0.85
orphaned_commit_warningFunction · 0.85
count_referencesFunction · 0.85
add_bisect_refFunction · 0.85
add_loose_objectFunction · 0.85

Calls 2

get_referenceFunction · 0.85
add_pending_objectFunction · 0.85

Tested by

no test coverage detected