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

Function refs_delete_reflog

refs.c:3004–3007  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3002}
3003
3004int refs_delete_reflog(struct ref_store *refs, const char *refname)
3005{
3006 return refs->be->delete_reflog(refs, refname);
3007}
3008
3009int refs_reflog_expire(struct ref_store *refs,
3010 const char *refname,

Callers 4

cmd_delete_reflogFunction · 0.85
init_basic_stateFunction · 0.85
cmd_reflog_dropFunction · 0.85
update_refs_for_switchFunction · 0.85

Calls

no outgoing calls

Tested by 1

cmd_delete_reflogFunction · 0.68