MCPcopy Create free account
hub / github.com/git/git / mark_alternate_complete

Function mark_alternate_complete

fetch-pack.c:777–781  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

775}
776
777static 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

Callers

nothing calls this directly

Calls 1

mark_completeFunction · 0.70

Tested by

no test coverage detected