summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
865afe0)
We do this everywhere else, so we should be doing it here as well.
Signed-off-by: John Keeping <john@keeping.me.uk>
add_commit(&authors, commit, period);
free_commit_buffer(commit);
free_commit_list(commit->parents);
add_commit(&authors, commit, period);
free_commit_buffer(commit);
free_commit_list(commit->parents);
+ commit->parents = NULL;