summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* revspec: rename git_revparse_mode_t to git_revspec_tethomson/revparseEdward Thomson2021-01-319-30/+51
* meta: tell "linguist" that the test resources are vendoredEdward Thomson2021-01-221-0/+1
* Merge pull request #5780 from libgit2/ethomson/ciEdward Thomson2021-01-153-3/+12
|\
| * ci: don't use ninja on macOSEdward Thomson2021-01-153-3/+12
|/
* Merge pull request #5768 from lhchavez/midx-needs-refreshEdward Thomson2021-01-152-1/+2
|\
| * midx: Fix a bug in `git_midx_needs_refresh()`lhchavez2021-01-072-1/+2
* | Merge pull request #5775 from libgit2/ethomson/clone_branchEdward Thomson2021-01-102-21/+50
|\ \
| * | clone: set refs/remotes/origin/HEAD when branch is specifiedethomson/clone_branchEdward Thomson2021-01-072-21/+50
* | | Merge pull request #5769 from lhchavez/pwrite-preadEdward Thomson2021-01-073-11/+3
|\ \ \
| * | | Use `p_pwrite`/`p_pread` consistently throughout the codebaselhchavez2021-01-073-11/+3
| | |/ | |/|
* | | Merge pull request #5772 from libgit2/ethomson/readmeEdward Thomson2021-01-071-0/+23
|\ \ \
| * | | README: instructions for using libgit2 without compilingethomson/readmeEdward Thomson2021-01-071-0/+23
| | |/ | |/|
* | | Merge pull request #5770 from libgit2/ethomson/empty_default_branchEdward Thomson2021-01-074-1/+57
|\ \ \ | |_|/ |/| |
| * | repo: ignore empty init.defaultbranchethomson/empty_default_branchEdward Thomson2021-01-072-1/+18
| * | remote: don't update invalid refsEdward Thomson2021-01-071-0/+10
| * | fetch: test when HEAD points to nonexistent branchEdward Thomson2021-01-071-0/+29
| |/
* | Merge pull request #5771 from lhchavez/fix-ciEdward Thomson2021-01-072-5/+5
|\ \ | |/ |/|
| * github-actions: Also rename the main branch herelhchavez2021-01-072-5/+5
|/
* Merge pull request #5760 from libgit2/ethomson/tttoo_many_tttsEdward Thomson2021-01-074-6/+9
|\
| * blob: fix name of `GIT_BLOB_FILTER_ATTRIBUTES_FROM_HEAD`ethomson/tttoo_many_tttsEdward Thomson2021-01-054-6/+9
* | Merge pull request #5759 from JoshuaS3/mastermasterEdward Thomson2021-01-063-0/+30
|\ \ | |/ |/|
| * Update documentation for git_blob_filter_optionsJosh Stockin2021-01-051-1/+2
| * blob: add git_blob_filter_options_initEdward Thomson2021-01-053-0/+26
| * Fix documentation for git_blob_filter_optionsJosh Stockin2021-01-041-1/+1
| * Move doc comment about `GIT_BLOB_FILTER_OPTIONS_VERSION`Josh Stockin2021-01-041-1/+3
| * Add documentation for git_blob_filter_options.versionJosh Stockin2021-01-031-0/+1
* | Merge pull request #5583 from 0xdky/dhruva/build-with-nommapEdward Thomson2021-01-056-9/+152
|\ \
| * | Add github action to build and test with mmap emulationDhruva Krishnamurthy2020-12-301-0/+20
| * | Support build with NO_MMAP to disable use of system mmapDhruva Krishnamurthy2020-12-305-5/+127
| * | Remove broken support for write in emulated mmapDhruva Krishnamurthy2020-12-271-5/+6
| |/
* | Merge pull request #5748 from lhchavez/chromium-zlibEdward Thomson2021-01-053-3/+115
|\ \ | |/ |/|
| * Use an option instead of a flag for USE_BUNDLED_ZLIBlhchavez2021-01-042-15/+18
| * zlib: Add support for building with Chromium's zlib implementationlhchavez2020-12-233-4/+113
|/
* Merge pull request #5741 from libgit2/ethomson/ipv6Edward Thomson2020-12-235-40/+469
|\
| * net: function to identify ipv6 addresses in URLsEdward Thomson2020-12-232-0/+8
| * net: is_default_port is a boolEdward Thomson2020-12-232-3/+3
| * winhttp: handle ipv6 addressesEdward Thomson2020-12-231-15/+27
| * http: handle ipv6 addressesEdward Thomson2020-12-231-10/+30
| * urlparse: use consistent ipv6 address rulesEdward Thomson2020-12-231-230/+109
| * urlparse: Add IPv4 and IPv6 based testsPaul Wolfgang (DC-AE/ESF1)2020-12-231-0/+510
* | Merge pull request #5750 from arroz/missing_hostkey_typesEdward Thomson2020-12-233-3/+29
|\ \ | |/ |/|
| * Change libssh2 version to 1.9.0 on focalMiguel Arroz2020-12-211-3/+3
| * Wrap newer hostkeys in #ifdefsMiguel Arroz2020-12-211-0/+6
| * Add support for additional hostkey types.Miguel Arroz2020-12-212-0/+20
* | Merge pull request #5749 from lhchavez/gcc-10Edward Thomson2020-12-233-8/+12
|\ \ | |/ |/|
| * Fix the `-DENABLE_WERROR=ON` build for gcc 10.2lhchavez2020-12-213-8/+12
|/
* Merge pull request #5746 from libgit2/ethomson/configmapcacheEdward Thomson2020-12-202-6/+9
|\
| * config_cache: cleanup config map lookupEdward Thomson2020-12-201-5/+8
| * repository: use intptr_t's in the config map cacheethomson/configmapcacheEdward Thomson2020-12-201-1/+1
* | Merge pull request #5744 from lhchavez/last-multiply-int64-overflow-change-i-...Edward Thomson2020-12-203-5/+292
|\ \