MCPcopy Create free account
hub / github.com/git/git / commit_stack_pop

Function commit_stack_pop

commit.c:2035–2038  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2033}
2034
2035struct commit *commit_stack_pop(struct commit_stack *stack)
2036{
2037 return stack->nr ? stack->items[--stack->nr] : NULL;
2038}
2039
2040void commit_stack_clear(struct commit_stack *stack)
2041{

Callers 5

mark_commonFunction · 0.85
mark_commonFunction · 0.85
cmd_format_patchFunction · 0.85
name_revFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected