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

Function clear_commit_marks_many

commit.c:830–834  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

828}
829
830void clear_commit_marks_many(size_t nr, struct commit **commit, unsigned int mark)
831{
832 for (size_t i = 0; i < nr; i++)
833 clear_commit_marks(commit[i], mark);
834}
835
836void clear_commit_marks(struct commit *commit, unsigned int mark)
837{

Callers 9

reach_filterFunction · 0.85
remove_redundant_no_genFunction · 0.85
get_merge_bases_many_0Function · 0.85
repo_in_merge_bases_manyFunction · 0.85
get_reachable_subsetFunction · 0.85
add_missing_tagsFunction · 0.85
check_ancestorsFunction · 0.85

Calls 1

clear_commit_marksFunction · 0.85

Tested by

no test coverage detected