MCPcopy Index your code
hub / github.com/git/git / make_linked_ref

Function make_linked_ref

remote.c:1133–1138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1131}
1132
1133static struct ref *make_linked_ref(const char *name, struct ref ***tail)
1134{
1135 struct ref *ret = alloc_ref(name);
1136 tail_link_ref(ret, tail);
1137 return ret;
1138}
1139
1140static char *guess_ref(const char *name, struct ref *peer)
1141{

Callers 4

match_explicitFunction · 0.85
add_missing_tagsFunction · 0.85
match_push_refsFunction · 0.85
get_stale_heads_cbFunction · 0.85

Calls 2

alloc_refFunction · 0.85
tail_link_refFunction · 0.85

Tested by

no test coverage detected