summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* meta: update changelog for v1.3.2v1.3.2maint/v1.3Edward Thomson2022-07-121-0/+15
* meta: update version number to 1.3.2Edward Thomson2022-07-123-4/+4
* zlib: Silence some warnings from Visual Studio C.Mark Adler2022-07-072-5/+5
* zlib: slide_hash: add MSAN annotation to suppress known read from uninitialis...Andrzej Hunt2022-07-071-0/+5
* zlib: declare prototypes for new functionsEdward Thomson2022-07-072-1/+10
* zlib: updated bundled zlib to v1.2.12Edward Thomson2022-07-0715-959/+10735
* repo: allow users running with sudo to access their repositoriesEdward Thomson2022-07-073-16/+45
* repo: validate gitdir and gitlink ownershipEdward Thomson2022-07-071-30/+77
* repo: allow admin owned configs by admin usersEdward Thomson2022-07-072-1/+18
* fs: allow ownership match if user is in admin groupEdward Thomson2022-07-072-7/+26
* fs: refactor file ownership checksEdward Thomson2022-07-073-104/+54
* fs: remove mock naming from change ownership constantsEdward Thomson2022-07-063-41/+54
* repo: add tests for bare repo permissionsEdward Thomson2022-07-061-0/+67
* ci: update dockerfiles for mbedTLS new urlEdward Thomson2022-07-063-11/+11
* actions: pass UID and GID to PR builds of dockerfilesEdward Thomson2022-07-061-1/+5
* ci: updates for CIEdward Thomson2022-07-0614-32/+169
* revparse: Remove error-prone, redundant testCarl Dong2022-07-061-6/+5
* Merge pull request #6271 from libgit2/ethomson/v1.3.1v1.3.1Edward Thomson2022-04-124-4/+19
|\
| * meta: changelog for v1.3.1Edward Thomson2022-04-121-0/+15
| * meta: update version numbers for v1.3.1Edward Thomson2022-04-123-4/+4
|/
* Merge pull request #6268 from libgit2/ethomson/ownership_13Edward Thomson2022-04-1220-152/+605
|\
| * repo: make ownership checks optionalEdward Thomson2022-04-128-2/+40
| * repo: honor safe.directory during ownership checksEdward Thomson2022-04-122-5/+148
| * repo: refactor global config loader functionEdward Thomson2022-04-121-19/+32
| * repo: test configuration ownership validationEdward Thomson2022-04-122-1/+35
| * fs_path: mock ownership checksEdward Thomson2022-04-122-0/+56
| * repo: ensure that repo dir is owned by current userEdward Thomson2022-04-122-3/+29
| * path: refactor ownership checks into current user and systemEdward Thomson2022-04-124-71/+223
| * clone: update bitbucket testsEdward Thomson2022-04-121-8/+8
| * online: test with https instead of git protocolEdward Thomson2022-04-125-52/+43
|/
* meta: show build status for v1.3 branchEdward Thomson2022-02-261-1/+1
* v1.3: very very last-minute changelog updatesv1.3.0Edward Thomson2021-09-271-0/+2
* Merge pull request #6071 from 257/examplesEdward Thomson2021-09-271-0/+9
|\
| * examples: Free the git_config and git_config_entry after usePaymon MARANDI2021-09-241-0/+9
* | v1.3: changelog updates for last-minute changesEdward Thomson2021-09-271-1/+8
* | Merge pull request #6076 from libgit2/ethomson/oidarray_disposeEdward Thomson2021-09-275-47/+77
|\ \
| * | oidarray: introduce `git_oidarray_dispose`ethomson/oidarray_disposeEdward Thomson2021-09-265-47/+77
| |/
* | Merge pull request #6075 from libgit2/ethomson/attr_longpathsEdward Thomson2021-09-275-12/+9
|\ \
| * | attr_file: don't take the `repo` as an argethomson/attr_longpathsEdward Thomson2021-09-265-10/+8
| * | attr_file: don't validate workdir paths in attr lookupsEdward Thomson2021-09-261-2/+1
| |/
* | Merge pull request #6073 from libgit2/ethomson/attr_lookupsEdward Thomson2021-09-277-29/+123
|\ \
| * | attr: ensure lookups are on repo-relative pathsethomson/attr_lookupsEdward Thomson2021-09-251-0/+2
| * | checkout: always provide a path for attribute lookupEdward Thomson2021-09-251-7/+6
| * | blob: improve `create_from_disk` attribute lookupsEdward Thomson2021-09-251-5/+4
| * | repository: improve `hashfile` for absolute pathsEdward Thomson2021-09-253-17/+108
| * | win32: posixify the output of p_getcwdEdward Thomson2021-09-251-0/+3
| |/
* | Merge pull request #6077 from libgit2/ethomson/strarrayEdward Thomson2021-09-264-30/+16
|\ \ | |/ |/|
| * buf: common_prefix takes a string arrayethomson/strarrayEdward Thomson2021-09-264-30/+16
|/
* changelog: separate releases with a horizontal ruleEdward Thomson2021-09-221-0/+18
* changelog: fix typoEdward Thomson2021-09-221-1/+1