Commit Briefs


f4ceb45e28 Stefan Sperling

commit graph child adjancencies are not used; drop them


fa2f690270 Stefan Sperling

use got_object_qid_free() consistently


fb5b9d5a63 Stefan Sperling

fix more leaks in commit graph's add_node()


063c1beddf Stefan Sperling

free parent ids when freeing commit graph nodes


4e845d0113 Stefan Sperling

fix leaks in commig graph's add_node()




6358180434 Stefan Sperling

rename zbuf to inflate


60f2eee18f Stefan Sperling

undo previous; too much mixup in one data structure


d54f52f450 Stefan Sperling

store recently accessed objects at front of cache lists


e7c810ea16 Stefan Sperling

allow got_object_idset_remove() to retreive data pointer


fe8df4c20b Stefan Sperling

undo previous; it broke tog(1) with openssl repo



788c352e1f Stefan Sperling

store commit timestamps as 'struct tm' in UTC



a37db869c0 Stefan Sperling

remove false statement in comment



191379307b Stefan Sperling

improve comment


72f85f8c3a Stefan Sperling

fix endless loop in commit graph



9ba79e0498 Stefan Sperling

commit graph support for tog(1)


31920504be Stefan Sperling

rename commit graph's iter_candidates to iter_list


6e0c0f9a81 Stefan Sperling

remove got_commit_graph_contains_object()

Put equivalent functionality into fetch_commits_up_to() instead.


1142eae973 Stefan Sperling

introduce got_commit_graph_fetch_commits_up_to()