| 4211 | } |
| 4212 | |
| 4213 | static int cruft_include_check(struct commit *commit, void *data) |
| 4214 | { |
| 4215 | return cruft_include_check_obj((struct object*)commit, data); |
| 4216 | } |
| 4217 | |
| 4218 | static void set_cruft_mtime(const struct object *object, |
| 4219 | struct packed_git *pack, |
nothing calls this directly
no test coverage detected