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

Function sort_ambiguous_oid_array

object-name.c:451–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449}
450
451static void sort_ambiguous_oid_array(struct repository *r, struct oid_array *a)
452{
453 QSORT_S(a->oid, a->nr, sort_ambiguous, r);
454}
455
456static enum get_oid_result get_short_oid(struct repository *r,
457 const char *name, int len,

Callers 1

get_short_oidFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected