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

Function commit_list_free

commit.c:757–761  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

755}
756
757void commit_list_free(struct commit_list *list)
758{
759 while (list)
760 pop_commit(&list);
761}
762
763static int commit_list_compare_by_date(const struct commit_list *a,
764 const struct commit_list *b)

Callers 15

merge_ort_internalFunction · 0.85
ref_filter_clearFunction · 0.85
deepenFunction · 0.85
deepen_by_rev_listFunction · 0.85
paint_down_to_commonFunction · 0.85
merge_bases_manyFunction · 0.85
get_octopus_merge_basesFunction · 0.85
remove_redundant_no_genFunction · 0.85
get_merge_bases_many_0Function · 0.85
repo_is_descendant_ofFunction · 0.85
repo_in_merge_bases_manyFunction · 0.85

Calls 1

pop_commitFunction · 0.85

Tested by 1

cmd__reachFunction · 0.68