| 392 | } |
| 393 | |
| 394 | static inline int oideq(const struct object_id *oid1, const struct object_id *oid2) |
| 395 | { |
| 396 | return !memcmp(oid1->hash, oid2->hash, GIT_MAX_RAWSZ); |
| 397 | } |
| 398 | |
| 399 | unsigned oid_common_prefix_hexlen(const struct object_id *a, |
| 400 | const struct object_id *b); |
no outgoing calls