| 655 | } |
| 656 | |
| 657 | static int mark_complete_oid(const struct reference *ref, void *cb_data UNUSED) |
| 658 | { |
| 659 | return mark_complete(ref->oid); |
| 660 | } |
| 661 | |
| 662 | static void mark_recent_complete_commits(struct fetch_pack_args *args, |
| 663 | timestamp_t cutoff) |
nothing calls this directly
no test coverage detected