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

Function check_refname_format

refs.c:321–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321int check_refname_format(const char *refname, int flags)
322{
323 return check_or_sanitize_refname(refname, flags, NULL);
324}
325
326int refs_fsck_ref(struct ref_store *refs UNUSED, struct fsck_options *o,
327 struct fsck_ref_report *report,

Callers 15

filter_refsFunction · 0.85
parse_refspecFunction · 0.85
check_refFunction · 0.85
parse_one_symref_infoFunction · 0.85
check_label_or_ref_argFunction · 0.85
get_fetch_mapFunction · 0.85
one_local_refFunction · 0.85
get_git_namespaceFunction · 0.85
fsck_tag_standaloneFunction · 0.85
refs_fsck_symrefFunction · 0.85

Calls 1

Tested by 1

parse_refspecFunction · 0.68