| 19 | } |
| 20 | |
| 21 | int get_hash_hex(const char *hex, unsigned char *sha1) |
| 22 | { |
| 23 | return get_hash_hex_algop(hex, sha1, the_hash_algo); |
| 24 | } |
| 25 | |
| 26 | int get_oid_hex_algop(const char *hex, struct object_id *oid, |
| 27 | const struct git_hash_algo *algop) |
no test coverage detected