Commits


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