summaryrefslogtreecommitdiff
path: root/tests/libgit2
Commit message (Expand)AuthorAgeFilesLines
* pack: support SHA256 in packfilesethomson/sha256_packEdward Thomson2022-07-116-15/+106
* pack: don't pretend we support pack files v3Edward Thomson2022-07-081-2/+2
* packfile: checkpointEdward Thomson2022-07-081-0/+12
* sha256: make sha256 an experimental optional featureEdward Thomson2022-07-075-12/+59
* odb_loose: SHA256 support for loose object storageEdward Thomson2022-07-072-24/+448
* oid: add git_oid_fmt_substrEdward Thomson2022-07-071-0/+25
* odb: add git_odb_loose_backend_optionsEdward Thomson2022-07-072-3/+15
* odb: add git_odb_optionsEdward Thomson2022-07-0711-17/+17
* odb_hash*: accept the oid type to hash intoEdward Thomson2022-07-074-26/+26
* oid: add sha256 typed oidsEdward Thomson2022-07-072-50/+124
* oid: give oids a typeEdward Thomson2022-07-07149-867/+889
* object: move oid header printing to objectEdward Thomson2022-07-071-8/+8
* object: move oid header parsing to objectEdward Thomson2022-07-071-2/+4
* oid: define GIT_OID_SHA1_ZEROEdward Thomson2022-07-0714-44/+42
* oid: `GIT_OID_*SZ` is now `GIT_OID_SHA1_*SIZE`Edward Thomson2022-07-0722-80/+80
* repo: allow administrator to own the configurationEdward Thomson2022-06-131-2/+3
* Merge remote-tracking branch 'origin/main' into mainlhchavez2022-06-116-9/+15
|\
| * revparse: Remove error-prone, redundant testCarl Dong2022-05-091-2/+0
| * revparse: adjust reflog test as we move away from the datesCarlos Martín Nieto2022-05-031-1/+1
| * Merge pull request #6265 from libgit2/ethomson/sha256_twoEdward Thomson2022-04-185-7/+15
| |\
| | * tests: don't cast raw data to a `git_oid``Edward Thomson2022-04-102-4/+12
| | * oid: don't assume the size of an oidEdward Thomson2022-04-101-1/+1
| | * tree: move git_oid into tree entryEdward Thomson2022-04-102-2/+2
* | | Apply suggestions from code reviewlhchavez2022-06-111-1/+1
* | | transport: introduce `git_transport_smart_remote_connect_options`lhchavez2022-04-161-0/+145
|/ /
* | repo: make ownership checks optionalEdward Thomson2022-04-111-0/+10
* | repo: honor safe.directory during ownership checksEdward Thomson2022-04-111-0/+102
* | repo: test configuration ownership validationEdward Thomson2022-04-112-1/+35
|/
* Merge pull request #6244 from jorio/fix-diff_delta_format_path-crashEdward Thomson2022-04-102-0/+35
|\
| * test: add test that regenerates patches with spaces in filenameIliyas Jorio2022-03-132-0/+35
* | tests: support flaky statEdward Thomson2022-04-061-7/+5
* | Merge pull request #6259 from libgit2/ethomson/diff_arm32Edward Thomson2022-04-051-4/+8
|\ \
| * | diff: don't stat empty file on arm32 (flaky test)Edward Thomson2022-04-041-4/+8
* | | fetch: support OID refspec without dstEdward Thomson2022-03-231-0/+29
|/ /
* | clone: update bitbucket testsEdward Thomson2022-03-221-8/+8
|/
* cmake: refactor `add_clar_test` into separate moduleEdward Thomson2022-02-221-17/+10
* refactor: move utility tests into utilEdward Thomson2022-02-2246-8670/+271
* refactor: move headertest into separate test folderEdward Thomson2022-02-222-30/+0
* refactor: move clar into separate directoryEdward Thomson2022-02-2217-3590/+12
* refactor: `tests` is now `tests/libgit2`Edward Thomson2022-02-22484-0/+112237