Commits


add got_object_open_as_tree() and got_object_open_by_path()


store commit timestamps as 'struct tm' in UTC


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


rename got_parent_id to got_object_qid; better generic name


free timezone offset strings in got_object_commit_close()


show timezone offset in 'got log'


parse commit timestamps when opening commits


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


show log message above a diff between commits


move got_opentmp* functions to public API; used from tog


error out if child dies or does not exit with success


store fd instead of FILE in struct got_pack to prepare privsep


don't pass redundant program name to setproctitle()


fix error code in got_object_blob_open()


verify size of blob received from privsep child