Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ commit_stack_clear
Function
commit_stack_clear
commit.c:2040–2044 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2038
}
2039
2040
void commit_stack_clear(struct commit_stack *stack)
2041
{
2042
free(stack->items);
2043
commit_stack_init(stack);
2044
}
Callers
15
remove_redundant_with_gen
Function · 0.85
write_commit_graph
Function · 0.85
mark_parents_uninteresting
Function · 0.85
add_missing_tags
Function · 0.85
is_reachable_in_reflog
Function · 0.85
write_midx_internal
Function · 0.85
clear_shallow_info
Function · 0.85
post_assign_shallow
Function · 0.85
get_fork_point
Function · 0.85
bitmap_builder_clear
Function · 0.85
mark_common
Function · 0.85
mark_common
Function · 0.85
Calls
1
commit_stack_init
Function · 0.85
Tested by
1
cmd__reach
Function · 0.68