Commit Briefs

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.


ca2dc7e62d Stefan Sperling

remove vim .swp files which crept in


1142eae973 Stefan Sperling

introduce got_commit_graph_fetch_commits_up_to()


6a4c18905d Stefan Sperling

introduce got_commit_graph_contains_object


f8e900f3de Stefan Sperling

use got_object_open_as_commit() in 'got log'


069f84d5cf Stefan Sperling

use signed int for max numer of object idset elements


736b910fe5 Stefan Sperling

use got_object_open_as_commit() in tog(1)


be6a1b5ad0 Stefan Sperling

promote commit graph's open_commit() helper to public API


c4d7a9c400 Stefan Sperling

replace inline code with call to open_commit() helper



b43fbaa022 Stefan Sperling

do not store commits in the commit graph; saves memory