| 325 | } |
| 326 | |
| 327 | static void write_mtimes_trailer(const struct git_hash_algo *hash_algo, |
| 328 | struct hashfile *f, const unsigned char *hash) |
| 329 | { |
| 330 | hashwrite(f, hash, hash_algo->rawsz); |
| 331 | } |
| 332 | |
| 333 | static char *write_mtimes_file(struct repository *repo, |
| 334 | struct packing_data *to_pack, |
no test coverage detected