| 65 | } |
| 66 | |
| 67 | void oidset_parse_file(struct oidset *set, const char *path, |
| 68 | const struct git_hash_algo *algop) |
| 69 | { |
| 70 | oidset_parse_file_carefully(set, path, algop, NULL, NULL); |
| 71 | } |
| 72 | |
| 73 | void oidset_parse_file_carefully(struct oidset *set, const char *path, |
| 74 | const struct git_hash_algo *algop, |
no test coverage detected