Commits


add copyright year for files already touched in 2020


simplify got_commit_graph_open()


remove GOT_ERR_ITER_NEED_MORE; the commit graph now fetches internally instead


add cancellation support to commit graph and 'got blame'


add got_commit_graph_find_youngest_common_ancestor()


whitespace formatting fixes in include/


ensure that 'got update' stays on the current branch


use commit graph for path filtering in 'tog log'


add path filtering support to commit graph


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


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


introduce got_commit_graph_fetch_commits_up_to()


introduce got_commit_graph_contains_object


do not store commits in the commit graph; saves memory


remove unused function