summaryrefslogtreecommitdiff
path: root/src/commit_graph.c
Commit message (Expand)AuthorAgeFilesLines
* Make enum in src,tests and examples C90 compliant by removing trailing comma.Peter Pettersson2021-11-151-1/+1
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-38/+47
* hash: hash functions operate on byte arrays not git_oidsEdward Thomson2021-10-021-2/+2
* hash: accept the algorithm in inputsEdward Thomson2021-10-011-2/+2
* Fix coding style for pointerpunkymaniac2021-09-091-1/+1
* Fix a possible null pointer dereferencelhchavez2021-08-311-1/+2
* commit graph: formatting fixesEdward Thomson2021-08-301-20/+19
* Fixups for the latest changes in the array interfacelhchavez2021-08-261-11/+21
* Make the defaultable fields defaultablelhchavez2021-08-261-1/+13
* Review feedbacklhchavez2021-08-011-37/+31
* commit-graph: Add a way to write commit-graph fileslhchavez2021-07-271-1/+645
* Merge pull request #5765 from lhchavez/cgraph-revwalksEdward Thomson2021-07-261-76/+155
|\
| * commit-graph: Create `git_commit_graph` as an abstraction for the filelhchavez2021-03-101-76/+155
* | Convert long long constant specifiers to stdint macrosCalvin Buckley2021-07-071-1/+1
|/
* commit-graph: Introduce `git_commit_graph_needs_refresh()`lhchavez2021-01-101-0/+34
* commit-graph: Support lookups of entries in a commit-graphlhchavez2021-01-101-0/+137
* commit-graph: Introduce a parser for commit-graph fileslhchavez2021-01-101-0/+299