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"


use macro instead of literal ".idx"


use strlcpy instead of strncpy


remove unnecessary forward declaration