| 74 | } |
| 75 | |
| 76 | int parse_oid_hex(const char *hex, struct object_id *oid, const char **end) |
| 77 | { |
| 78 | return parse_oid_hex_algop(hex, oid, end, the_hash_algo); |
| 79 | } |
| 80 | |
| 81 | char *hash_to_hex_algop_r(char *buffer, const unsigned char *hash, |
| 82 | const struct git_hash_algo *algop) |
no outgoing calls