summaryrefslogtreecommitdiff
path: root/src/libgit2/commit_graph.c
Commit message (Expand)AuthorAgeFilesLines
* packfile: handle sha256 packfilesEdward Thomson2023-02-121-2/+3
* commit_graph: use uint64_t for arithmeticDerrick Stolee2022-11-101-3/+3
* commit-graph: only verify csum on git_commit_graph_open().Colin Stolley2022-11-031-7/+21
* sha256: indirection for experimental functionsEdward Thomson2022-07-131-2/+2
* oid: give oids a typeEdward Thomson2022-06-201-3/+3
* oid: `GIT_OID_*SZ` is now `GIT_OID_SHA1_*SIZE`Edward Thomson2022-06-141-19/+19
* commit_graph: use raw oid dataEdward Thomson2022-04-101-16/+19
* oid: `hashcmp` is now `raw_cmp`Edward Thomson2022-04-101-2/+2
* refactor: `src` is now `src/libgit2`Edward Thomson2022-02-221-0/+1224