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

Function finish_commit

builtin/rev-list.c:228–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228static void finish_commit(struct commit *commit)
229{
230 commit_list_free(commit->parents);
231 commit->parents = NULL;
232 free_commit_buffer(the_repository->parsed_objects,
233 commit);
234}
235
236static void show_commit(struct commit *commit, void *data)
237{

Callers 1

show_commitFunction · 0.85

Calls 2

commit_list_freeFunction · 0.85
free_commit_bufferFunction · 0.85

Tested by

no test coverage detected