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

Function remote_find_tracking

remote.c:971–974  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

969}
970
971int remote_find_tracking(struct remote *remote, struct refspec_item *refspec)
972{
973 return refspec_find_match(&remote->fetch, refspec);
974}
975
976static struct ref *alloc_ref_with_prefix(const char *prefix, size_t prefixlen,
977 const char *name)

Callers 7

update_one_tracking_refFunction · 0.85
set_mergeFunction · 0.85
check_tracking_nameFunction · 0.85
find_tracked_branchFunction · 0.85
check_tracking_branchFunction · 0.85
add_branch_for_removalFunction · 0.85

Calls 1

refspec_find_matchFunction · 0.85

Tested by

no test coverage detected