summaryrefslogtreecommitdiff
path: root/tests/libgit2/core
Commit message (Expand)AuthorAgeFilesLines
* oid: use an oid array instead of shallowarrayEdward Thomson2023-05-091-0/+98
* repo: don't allow repeated extensionsEdward Thomson2023-02-251-6/+23
* Merge pull request #6330 from gitkraken-jacobw/partial-stashingEdward Thomson2023-02-161-0/+5
|\
| * stash: test save options initJacob Watson2022-07-141-0/+5
* | repo: understand the `objectformat` extensionEdward Thomson2023-02-121-6/+9
* | oid: provide type lookups by enum value or nameEdward Thomson2023-02-091-0/+19
* | tests: skip sha256 tests when not compiled inEdward Thomson2022-09-191-3/+9
|/
* sha256: indirection for experimental functionsEdward Thomson2022-07-132-7/+7
* sha256: make sha256 an experimental optional featureEdward Thomson2022-06-203-12/+29
* oid: add git_oid_fmt_substrEdward Thomson2022-06-201-0/+25
* oid: add sha256 typed oidsEdward Thomson2022-06-201-49/+123
* oid: give oids a typeEdward Thomson2022-06-203-15/+16
* oid: define GIT_OID_SHA1_ZEROEdward Thomson2022-06-141-6/+6
* oid: `GIT_OID_*SZ` is now `GIT_OID_SHA1_*SIZE`Edward Thomson2022-06-142-2/+2
* refactor: move utility tests into utilEdward Thomson2022-02-2236-7442/+183
* refactor: `tests` is now `tests/libgit2`Edward Thomson2022-02-2243-0/+8378