summaryrefslogtreecommitdiff
path: root/src/libgit2/oid.c
Commit message (Expand)AuthorAgeFilesLines
* threadstate: don't use an unnecessary macroEdward Thomson2023-05-131-1/+1
* oid: don't assume thread local state was initializedEdward Thomson2023-05-131-1/+7
* sha256: indirection for experimental functionsEdward Thomson2022-07-131-2/+53
* sha256: make sha256 an experimental optional featureEdward Thomson2022-06-201-13/+24
* oid: add git_oid_fmt_substrEdward Thomson2022-06-201-25/+7
* oid: give oids a typeEdward Thomson2022-06-201-31/+81
* object: move oid header printing to objectEdward Thomson2022-06-141-10/+0
* object: move oid header parsing to objectEdward Thomson2022-06-141-26/+0
* oid: `GIT_OID_*SZ` is now `GIT_OID_SHA1_*SIZE`Edward Thomson2022-06-141-18/+18
* oid: introduce `git_oid_raw_cpy`Edward Thomson2022-04-101-2/+1
* oid: introduce `git_oid_raw_ncmp`Edward Thomson2022-04-101-19/+1
* refactor: `src` is now `src/libgit2`Edward Thomson2022-02-221-0/+463