Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | oid: `GIT_OID_*SZ` is now `GIT_OID_SHA1_*SIZE` | Edward Thomson | 2022-06-14 | 1 | -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 filename | Iliyas Jorio | 2022-03-13 | 1 | -0/+9 |
| | | | This currently crashes, proposed fix in subsequent commit. | ||||
* | refactor: `tests` is now `tests/libgit2` | Edward Thomson | 2022-02-22 | 3 | -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. |