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

Function repo_parse_commit_gently

commit.c:662–666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

660}
661
662int repo_parse_commit_gently(struct repository *r,
663 struct commit *item, int quiet_on_missing)
664{
665 return repo_parse_commit_internal(r, item, quiet_on_missing, 1);
666}
667
668void parse_commit_or_die(struct commit *item)
669{

Callers 7

repo_parse_commitFunction · 0.85
process_parentsFunction · 0.85
explore_walk_stepFunction · 0.85
indegree_walk_stepFunction · 0.85
init_topo_walkFunction · 0.85
expand_topo_walkFunction · 0.85

Calls 1

Tested by

no test coverage detected