summaryrefslogtreecommitdiff
path: root/tests/libgit2/patch
Commit message (Collapse)AuthorAgeFilesLines
* oid: `GIT_OID_*SZ` is now `GIT_OID_SHA1_*SIZE`Edward Thomson2022-06-141-1/+1
| | | | | In preparation for SHA256 support, `GIT_OID_RAWSZ` and `GIT_OID_HEXSZ` need to indicate that they're the size of _SHA1_ OIDs.
* test: add test that regenerates patches with spaces in filenameIliyas Jorio2022-03-131-0/+9
| | | This currently crashes, proposed fix in subsequent commit.
* refactor: `tests` is now `tests/libgit2`Edward Thomson2022-02-223-0/+1412
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.