summaryrefslogtreecommitdiff
path: root/src/commit_graph.h
Commit message (Expand)AuthorAgeFilesLines
* commit_graph: use a byte array for checksumEdward Thomson2022-01-271-1/+3
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-2/+7
* commit-graph: Add a way to write commit-graph fileslhchavez2021-07-271-0/+15
* commit-graph: Create `git_commit_graph` as an abstraction for the filelhchavez2021-03-101-13/+44
* commit-graph: Introduce `git_commit_graph_needs_refresh()`lhchavez2021-01-101-0/+8
* commit-graph: Support lookups of entries in a commit-graphlhchavez2021-01-101-0/+41
* commit-graph: Introduce a parser for commit-graph fileslhchavez2021-01-101-0/+67