summaryrefslogtreecommitdiff
path: root/tests/graph
Commit message (Expand)AuthorAgeFilesLines
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-172-23/+24
* commit-graph: Add a way to write commit-graph fileslhchavez2021-07-271-0/+35
* Swap the order of the `git_graph_reachable_from_any` paramslhchavez2021-07-271-6/+6
* graph: Create `git_graph_reachable_from_any()`lhchavez2021-07-271-0/+236
* Merge pull request #5765 from lhchavez/cgraph-revwalksEdward Thomson2021-07-261-15/+15
|\
| * commit-graph: Create `git_commit_graph` as an abstraction for the filelhchavez2021-03-101-15/+15
* | Update tests/graph/commit_graph.cEdward Thomson2021-07-161-1/+1
* | stdint constants in test suiteCalvin Buckley2021-07-071-3/+3
|/
* commit-graph: Introduce `git_commit_graph_needs_refresh()`lhchavez2021-01-101-0/+1
* commit-graph: Support lookups of entries in a commit-graphlhchavez2021-01-101-0/+69
* commit-graph: Introduce a parser for commit-graph fileslhchavez2021-01-101-0/+20
* Implement test for graph ahead and behindJanardhan Pulivarthi2019-07-221-0/+58
* Added a no path test for git_graph_descendant_ofJacques Germishuys2014-04-081-0/+8
* Add `git_graph_descendant_of`.Arthur Schreiber2014-01-281-0/+47