Commit Briefs

5aa813935b Stefan Sperling

add copyright year for files already touched in 2020


3d5092374a Stefan Sperling

simplify got_commit_graph_open()



6fb7cd117f Stefan Sperling

add cancellation support to commit graph and 'got blame'


a9833bc916 Stefan Sperling

add got_commit_graph_find_youngest_common_ancestor()


6c34b1aaf4 Stefan Sperling

whitespace formatting fixes in include/


be7061eb88 Stefan Sperling

ensure that 'got update' stays on the current branch


93e45b7ce9 Stefan Sperling

use commit graph for path filtering in 'tog log'


31cedeafaf Stefan Sperling

add path filtering support to commit graph



6e0c0f9a81 Stefan Sperling

remove got_commit_graph_contains_object()

Put equivalent functionality into fetch_commits_up_to() instead.


1142eae973 Stefan Sperling

introduce got_commit_graph_fetch_commits_up_to()


6a4c18905d Stefan Sperling

introduce got_commit_graph_contains_object


b43fbaa022 Stefan Sperling

do not store commits in the commit graph; saves memory


d7b086402f Stefan Sperling

remove unused function