summaryrefslogtreecommitdiff
path: root/tests/libgit2/object
Commit message (Expand)AuthorAgeFilesLines
* index: add sha256 supportEdward Thomson2023-04-101-6/+7
* object: lookup sha256 objectsEdward Thomson2023-02-125-56/+557
* sha256: indirection for experimental functionsEdward Thomson2022-07-1326-140/+140
* Merge pull request #6191 from libgit2/ethomson/sha256_pocEdward Thomson2022-07-1327-195/+202
|\
| * odb: add git_odb_optionsEdward Thomson2022-06-201-1/+1
| * odb_hash*: accept the oid type to hash intoEdward Thomson2022-06-201-2/+2
| * oid: add sha256 typed oidsEdward Thomson2022-06-201-1/+1
| * oid: give oids a typeEdward Thomson2022-06-2026-142/+149
| * oid: define GIT_OID_SHA1_ZEROEdward Thomson2022-06-142-17/+17
| * oid: `GIT_OID_*SZ` is now `GIT_OID_SHA1_*SIZE`Edward Thomson2022-06-144-33/+33
* | Merge branch 'main' into fix-invalid-branch-nameyuangli2022-07-121-0/+19
|/
* tests: don't cast raw data to a `git_oid``Edward Thomson2022-04-102-4/+12
* tree: move git_oid into tree entryEdward Thomson2022-04-101-1/+1
* refactor: `tests` is now `tests/libgit2`Edward Thomson2022-02-2235-0/+5580