summaryrefslogtreecommitdiff
path: root/src/libgit2/repository.c
Commit message (Expand)AuthorAgeFilesLines
* repo: don't fail on strange win32 pathsEdward Thomson2023-02-181-0/+3
* repo: take an oid_type when initializingEdward Thomson2023-02-121-3/+15
* repo: dump backends on oid type changeEdward Thomson2023-02-121-1/+18
* object: lookup sha256 objectsEdward Thomson2023-02-121-1/+4
* repo: don't overwrite repo format version on reinitEdward Thomson2023-02-121-8/+16
* repo: internal setter for `objectformat`Edward Thomson2023-02-121-0/+30
* repo: understand the `objectformat` extensionEdward Thomson2023-02-121-5/+45
* Add support for "safe.directory *"Sven Strickroth2022-11-191-1/+3
* repo: ignore missing 'safe.directory' config during ownership checksKevin Saul2022-10-011-0/+3
* sha256: indirection for experimental functionsEdward Thomson2022-07-131-2/+2
* Merge pull request #6191 from libgit2/ethomson/sha256_pocEdward Thomson2022-07-131-6/+6
|\
| * odb: add git_odb_optionsEdward Thomson2022-06-201-2/+2
| * odb_hash*: accept the oid type to hash intoEdward Thomson2022-06-201-1/+1
| * oid: `GIT_OID_*SZ` is now `GIT_OID_SHA1_*SIZE`Edward Thomson2022-06-141-3/+3
* | repo: allow users running with sudo to access their repositoriesEdward Thomson2022-07-121-1/+2
* | repo: validate gitdir and gitlink ownershipEdward Thomson2022-07-121-30/+77
* | repo: allow admin owned configs by admin usersEdward Thomson2022-07-071-1/+4
* | Revert "repo: allow administrator to own the configuration"Edward Thomson2022-07-071-1/+1
|/
* repo: allow administrator to own the configurationEdward Thomson2022-06-131-1/+1
* repo: make ownership checks optionalEdward Thomson2022-04-111-1/+3
* repo: honor safe.directory during ownership checksEdward Thomson2022-04-111-5/+46
* repo: refactor global config loader functionEdward Thomson2022-04-111-19/+32
* repo: ensure that repo dir is owned by current userEdward Thomson2022-04-111-3/+28
* Fix a string parsing bug when validating extensions from the configurationWilhelm Bierbaum2022-03-161-0/+1
* refactor: `src` is now `src/libgit2`Edward Thomson2022-02-221-0/+3253