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

Function refs_update_symref

refs.c:2498–2502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2496}
2497
2498int refs_update_symref(struct ref_store *refs, const char *ref,
2499 const char *target, const char *logmsg)
2500{
2501 return refs_update_symref_extended(refs, ref, target, logmsg, NULL, 0);
2502}
2503
2504int refs_update_symref_extended(struct ref_store *refs, const char *ref,
2505 const char *target, const char *logmsg,

Callers 13

update_refsFunction · 0.85
pick_commitsFunction · 0.85
cmd_create_symrefFunction · 0.85
mergeFunction · 0.85
add_worktreeFunction · 0.85
update_remote_refsFunction · 0.85
update_headFunction · 0.85
addFunction · 0.85
update_refs_for_switchFunction · 0.85

Calls 1

Tested by 1

cmd_create_symrefFunction · 0.68