summaryrefslogtreecommitdiff
path: root/tests/libgit2/refs/branches
Commit message (Collapse)AuthorAgeFilesLines
* sha256: indirection for experimental functionsEdward Thomson2022-07-132-3/+3
| | | | | The experimental function signature is only available when `GIT_EXPERIMENTAL_SHA256` is enabled.
* Merge pull request #6191 from libgit2/ethomson/sha256_pocEdward Thomson2022-07-132-5/+5
|\ | | | | RFC: SHA256 proof of concept
| * oid: give oids a typeEdward Thomson2022-06-202-3/+3
| | | | | | | | | | `git_oid`s now have a type, and we require the oid type when creating the object id from creation functions.
| * oid: define GIT_OID_SHA1_ZEROEdward Thomson2022-06-141-2/+2
| | | | | | | | | | Callers should not assume the layout of the oid structure; provide them a macro that defines the null / zero sha1 object id.
* | Merge branch 'main' into fix-invalid-branch-nameyuangli2022-07-121-0/+8
|/
* refactor: `tests` is now `tests/libgit2`Edward Thomson2022-02-2211-0/+1429
Like we want to separate libgit2 and utility source code, we want to separate libgit2 and utility tests. Start by moving all the tests into libgit2.