| 449 | } |
| 450 | |
| 451 | static 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 | |
| 456 | static enum get_oid_result get_short_oid(struct repository *r, |
| 457 | const char *name, int len, |