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

Function lookup_commit_reference_by_name

commit.c:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109struct commit *lookup_commit_reference_by_name(const char *name)
110{
111 return lookup_commit_reference_by_name_gently(name, 0);
112}
113
114struct commit *lookup_commit_reference_by_name_gently(const char *name,
115 int quiet)

Callers 15

ahead_behind_atom_parserFunction · 0.85
is_base_atom_parserFunction · 0.85
filter_ahead_behindFunction · 0.85
lookup_labelFunction · 0.85
do_mergeFunction · 0.85
run_add_p_indexFunction · 0.85
get_base_commitFunction · 0.85
cmd_rebaseFunction · 0.85
add_worktreeFunction · 0.85
addFunction · 0.85

Tested by

no test coverage detected