Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
757
void commit_list_free(struct commit_list *list)
758
{
759
while (list)
760
pop_commit(&list);
761
}
762
763
static int commit_list_compare_by_date(const struct commit_list *a,
764
const struct commit_list *b)
Callers
15
merge_ort_internal
Function · 0.85
ref_filter_clear
Function · 0.85
deepen
Function · 0.85
deepen_by_rev_list
Function · 0.85
paint_down_to_common
Function · 0.85
merge_bases_many
Function · 0.85
get_octopus_merge_bases
Function · 0.85
remove_redundant_no_gen
Function · 0.85
remove_redundant_with_gen
Function · 0.85
get_merge_bases_many_0
Function · 0.85
repo_is_descendant_of
Function · 0.85
repo_in_merge_bases_many
Function · 0.85
Calls
1
pop_commit
Function · 0.85
Tested by
1
cmd__reach
Function · 0.68