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

Function tail_ref

remote.c:1394–1400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1392}
1393
1394static struct ref **tail_ref(struct ref **head)
1395{
1396 struct ref **tail = head;
1397 while (*tail)
1398 tail = &((*tail)->next);
1399 return tail;
1400}
1401
1402static void add_to_tips(struct commit_stack *tips, const struct object_id *oid)
1403{

Callers 1

match_push_refsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected