summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* meta: add changelog for v1.4.4v1.4.4Edward Thomson2022-07-121-0/+15
* meta: update version numbers to 1.4.4Edward 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-0615-959/+10735
* repo: allow users running with sudo to access their repositoriesEdward Thomson2022-07-063-16/+45
* repo: validate gitdir and gitlink ownershipEdward Thomson2022-07-061-30/+77
* repo: allow admin owned configs by admin usersEdward Thomson2022-07-062-1/+18
* fs: allow ownership match if user is in admin groupEdward Thomson2022-07-062-7/+26
* fs: refactor file ownership checksEdward Thomson2022-07-063-103/+53
* fs: remove mock naming from change ownership constantsEdward Thomson2022-07-063-28/+41
* 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-20/+170
* revparse: Remove error-prone, redundant testCarl Dong2022-07-061-1/+0
* Merge pull request #6273 from apnadkarni/describe-crash-fixEdward Thomson2022-04-181-1/+1
|\
| * Makes sense.apnadkarni2022-04-141-2/+1
| * Bug #6272 - fix crash in git_describe_commit.Ashok P. Nadkarni2022-04-131-2/+3
* | Merge pull request #6270 from libgit2/ethomson/v1.4.3v1.4.3Edward Thomson2022-04-124-4/+24
|\ \
| * | meta: changelog for v1.4.3Edward Thomson2022-04-121-0/+20
| * | meta: update version numbers for v1.4.3Edward Thomson2022-04-123-4/+4
* | | Merge pull request #6269 from libgit2/ethomson/14_backportsEdward Thomson2022-04-128-7/+87
|\ \ \ | |/ / |/| |
| * | Update src/libgit2/diff_print.cEdward Thomson2022-04-121-3/+2
| * | diff_delta_format_path: handle null filenameIliyas Jorio2022-04-121-0/+6
| * | test: add test that regenerates patches with spaces in filenameIliyas Jorio2022-04-122-0/+35
| * | [midx] Fix an undefined behavior (left-shift signed overflow)lhchavez2022-04-122-3/+8
| * | fetch: support OID refspec without dstEdward Thomson2022-04-123-4/+39
|/ /
* | Merge pull request #6267 from libgit2/ethomson/ownership_14Edward Thomson2022-04-1215-100/+562
|\ \ | |/ |/|
| * 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-4/+30
| * fs_path: refactor ownership checks into current user and systemEdward Thomson2022-04-124-68/+220
| * clone: update bitbucket testsEdward Thomson2022-04-121-8/+8
|/
* changelog: update changelog with v1.4.2 informationv1.4.2Edward Thomson2022-02-261-0/+17
* Merge pull request #6234 from libgit2/ethomson/v1.4.2Edward Thomson2022-02-265-4/+55
|\
| * meta: update version numbers for v1.4.2Edward Thomson2022-02-261-2/+2
| * win32: `find_system_dirs` does not return `GIT_ENOTFOUND`Edward Thomson2022-02-262-1/+11
| * test: add test for the behaviour of update_tips on errorCarlos Martín Nieto2022-02-261-0/+41
| * remote: do store the update_tips callback error valueCarlos Martín Nieto2022-02-261-1/+1
|/
* Merge pull request #6224 from libgit2/ethomson/v1.4.1v1.4.1Edward Thomson2022-02-186-15/+17
|\
| * meta: update version numbers for v1.4.1Edward Thomson2022-02-181-2/+2
| * xdiff: use xdl_free not freeEdward Thomson2022-02-182-4/+4
| * Free parent and ref in lg2_commit before returning.Ashok P. Nadkarni2022-02-181-6/+8
| * cmake: Fix package name for system http-parserMichał Górny2022-02-181-1/+1
| * meta: show build status for v1.3 and v1.4 branchesEdward Thomson2022-02-181-2/+2
|/