Commits


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


parse commit timestamps when opening commits


move parse_commit_time() to object.c and make public API


make 'got log' always show parents of merge commits


add -v option 'got log'; currently shows parent commits


some commits were missing from the commit graph


indent log messages in output of 'got log'


commit graph: don't omit commits with equal timestamps


basic commit graph; make 'got log' use it; WIP with known bugs


add an extra callback argument to got_object_idset_for_each()


rename got_object_idset_get_data() to got_object_idset_get()


return existing data if existing object id is added to set