Commit Briefs

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


d7b086402f Stefan Sperling

remove unused function


6ede4e7aa5 Stefan Sperling

fix check for author != committer in 'got log'


7cd42a1a10 Stefan Sperling

free timezone offset strings in got_object_commit_close()