summaryrefslogtreecommitdiff
path: root/fuzzers/commit_graph_fuzzer.c
Commit message (Expand)AuthorAgeFilesLines
* oid: give oids a typeEdward Thomson2022-06-201-1/+1
* oid: `GIT_OID_*SZ` is now `GIT_OID_SHA1_*SIZE`Edward Thomson2022-06-141-2/+2
* fuzzers: declare standalone functionsEdward Thomson2021-11-111-0/+2
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-7/+7
* fuzzers: use updated hash functionsethomson/oidEdward Thomson2021-10-021-3/+6
* commit-graph: Create `git_commit_graph` as an abstraction for the filelhchavez2021-03-101-5/+5
* commit-graph: Support lookups of entries in a commit-graphlhchavez2021-01-101-0/+5
* commit-graph: Introduce a parser for commit-graph fileslhchavez2021-01-101-0/+75