thodg/got/include/got_commit_graph.h

Branch :


Log

Author Commit Date CI Message
93e45b7c 2018-09-24 11:57:04 use commit graph for path filtering in 'tog log'
31cedeaf 2018-09-15 19:42:15 add path filtering support to commit graph
0ed6ed4c 2018-06-13 18:29:04 got log: allow first-parent traversal with the commit graph
6e0c0f9a 2018-06-11 15:52:51 remove got_commit_graph_contains_object() Put equivalent functionality into fetch_commits_up_to() instead.
1142eae9 2018-06-11 15:22:15 introduce got_commit_graph_fetch_commits_up_to()
6a4c1890 2018-06-11 14:23:42 introduce got_commit_graph_contains_object
b43fbaa0 2018-06-11 02:54:29 do not store commits in the commit graph; saves memory
d7b08640 2018-06-11 02:27:01 remove unused function
372ccdbb 2018-06-10 19:01:41 basic commit graph; make 'got log' use it; WIP with known bugs