| 775 | } |
| 776 | |
| 777 | static void mark_alternate_complete(struct fetch_negotiator *negotiator UNUSED, |
| 778 | struct object *obj) |
| 779 | { |
| 780 | mark_complete(&obj->oid); |
| 781 | } |
| 782 | |
| 783 | /* |
| 784 | * Mark recent commits available locally and reachable from a local ref as |
nothing calls this directly
no test coverage detected