| 4481 | } |
| 4482 | |
| 4483 | static void show_edge(struct commit *commit) |
| 4484 | { |
| 4485 | add_preferred_base(&commit->object.oid); |
| 4486 | } |
| 4487 | |
| 4488 | static int add_object_in_unpacked_pack(const struct object_id *oid, |
| 4489 | struct object_info *oi, |
nothing calls this directly
no test coverage detected