Commits


introduce got_commit_graph_fetch_commits_up_to()


introduce got_commit_graph_contains_object


use got_object_open_as_commit() in 'got log'


use signed int for max numer of object idset elements


use got_object_open_as_commit() in tog(1)


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


replace inline code with call to open_commit() helper


rename got_parent_id to got_object_qid; better generic name


do not store commits in the commit graph; saves memory


remove unused function


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


free timezone offset strings in got_object_commit_close()


show timezone offset in 'got log'


make commit timestamps work across privsep


make 'got log' show time in human-readable format