| 211 | } |
| 212 | |
| 213 | static void write_rev_trailer(const struct git_hash_algo *hash_algo, |
| 214 | struct hashfile *f, const unsigned char *hash) |
| 215 | { |
| 216 | hashwrite(f, hash, hash_algo->rawsz); |
| 217 | } |
| 218 | |
| 219 | char *write_rev_file(struct repository *repo, |
| 220 | const char *rev_name, |
no test coverage detected