summaryrefslogtreecommitdiff
path: root/tests/libgit2/repo
Commit message (Expand)AuthorAgeFilesLines
* index: add sha256 supportEdward Thomson2023-04-101-1/+2
* repo: honor GIT_CONFIG_* environment variablesEdward Thomson2023-04-041-0/+52
* repo: honor GIT_COMMON_DIR when respecting envEdward Thomson2023-04-041-0/+20
* repo: honor GIT_WORK_TREE environment variableEdward Thomson2023-04-041-0/+20
* repo: free data in the discovery testsEdward Thomson2023-04-041-0/+3
* #6491: Sets oid_type on repos open with git_repository_open_bareMiguel Arroz2023-02-171-0/+3
* tests: use static scope for test dataEdward Thomson2023-02-152-3/+3
* win32: adjust max path length for SHA256Edward Thomson2023-02-131-1/+1
* repo: don't overwrite repo format version on reinitEdward Thomson2023-02-121-7/+26
* repo: understand the `objectformat` extensionEdward Thomson2023-02-121-0/+69
* Add support for "safe.directory *"Sven Strickroth2022-11-191-0/+76
* repo: test ownership validation fails with expected errorKevin Saul2022-10-011-8/+8
* sha256: indirection for experimental functionsEdward Thomson2022-07-134-25/+27
* Merge pull request #6191 from libgit2/ethomson/sha256_pocEdward Thomson2022-07-135-26/+26
|\
| * odb: add git_odb_optionsEdward Thomson2022-06-201-1/+1
| * odb_hash*: accept the oid type to hash intoEdward Thomson2022-06-201-20/+20
| * oid: give oids a typeEdward Thomson2022-06-202-4/+4
| * oid: `GIT_OID_*SZ` is now `GIT_OID_SHA1_*SIZE`Edward Thomson2022-06-141-1/+1
* | repo: allow admin owned configs by admin usersEdward Thomson2022-07-071-0/+14
* | fs: remove mock naming from change ownership constantsEdward Thomson2022-07-071-10/+10
* | repo: add tests for bare repo permissionsEdward Thomson2022-07-071-0/+67
* | Revert "repo: allow administrator to own the configuration"Edward Thomson2022-07-071-3/+2
|/
* repo: allow administrator to own the configurationEdward Thomson2022-06-131-2/+3
* 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
* refactor: `tests` is now `tests/libgit2`Edward Thomson2022-02-2220-0/+3632