Commits


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


expose number of elements in an object id set


use macro instead of literal ".pack"