Commits


store commit timestamps as 'struct tm' in UTC


make tog(1) compile again


show 'got log' options in sorted order


wording tweak in got(1) man page


make 'got log -c' accept a branch name


remove unused -v option for 'got log'


improve option listings in got(1) man page


got log: allow first-parent traversal with the commit graph


plug mem leaks in tog's mbs2ws()


remove false statement in comment


tweak add_node_to_iter_list for clarity; no functional change


improve comment


handle EILSEQ in tog(1)


fix endless loop in commit graph


ensure commit graph iterations see all new commits being added


commit graph support for tog(1)


rename commit graph's iter_candidates to iter_list


remove got_commit_graph_contains_object() Put equivalent functionality into fetch_commits_up_to() instead.


remove vim .swp files which crept in


introduce got_commit_graph_fetch_commits_up_to()


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