summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release v1.1ethomson/v1.1Edward Thomson2020-10-123-5/+5
* changelog: document changes since v1.1Edward Thomson2020-10-121-0/+89
* Merge pull request #5649 from libgit2/ethomson/pcreEdward Thomson2020-10-115-26/+130
|\
| * pcre: upgrade to 8.44ethomson/pcreEdward Thomson2020-10-045-25/+26
| * pcre: upgrade to 8.43Edward Thomson2020-10-044-12/+22
| * pcre: include the licenseEdward Thomson2020-10-041-0/+93
* | Merge pull request #5651 from libgit2/ethomson/clone_branchEdward Thomson2020-10-112-17/+56
|\ \
| * | clone: update origin's HEADEdward Thomson2020-10-061-16/+50
| * | clone: test that the origin HEAD is createdEdward Thomson2020-10-061-1/+6
* | | Merge pull request #5594 from lhchavez/git-atomicsEdward Thomson2020-10-117-41/+171
|\ \ \
| * | | Avoid using atomics in pool.clhchavez2020-10-084-17/+27
| * | | Improve the support of atomicslhchavez2020-10-085-32/+152
|/ / /
* | | Merge pull request #5656 from ehuss/fix-check_extensions-errEdward Thomson2020-10-081-2/+2
|\ \ \
| * | | Fix error return for invalid extensions.Eric Huss2020-10-071-2/+2
|/ / /
* | | Merge pull request #5654 from dan-tull/masterEdward Thomson2020-10-071-1/+1
|\ \ \ | |/ / |/| |
| * | Change bare free to allocator free.Dan Tull2020-10-061-1/+1
|/ /
* | Merge pull request #5401 from lhchavez/multi-pack-indexEdward Thomson2020-10-05448-5/+655
|\ \
| * | multipack: Introduce a parser for multi-pack-index fileslhchavez2020-10-05448-5/+655
|/ /
* | Merge pull request #5648 from eltociear/patch-1Edward Thomson2020-10-051-1/+1
|\ \
| * | Fixed typo in commentIkko Ashimine2020-10-041-1/+1
* | | Merge pull request #5494 from kevinjswinton/masterEdward Thomson2020-10-043-7/+3
|\ \ \ | |_|/ |/| |
| * | Fix binary diff showing /dev/nullKevin Swinton2020-04-183-7/+3
* | | p_chmod: Android compatibilitykevinlul2020-10-041-1/+13
* | | Merge pull request #5576 from lollipopman/double-authEdward Thomson2020-10-041-2/+5
|\ \ \
| * | | httpclient: only free challenges for current_server typeJesse Hathaway2020-07-101-2/+5
* | | | Merge pull request #5581 from libgit2/ethomson/mainbranchEdward Thomson2020-10-047-46/+181
|\ \ \ \
| * | | | refs: remove "master" branch constantethomson/mainbranchEdward Thomson2020-08-031-1/+0
| * | | | remote: update the default remote branchEdward Thomson2020-08-031-14/+27
| * | | | clone: don't assume the default branch nameEdward Thomson2020-08-031-4/+4
| * | | | clone: respect init.defaultBranch when emptyEdward Thomson2020-08-032-2/+43
| * | | | repo: teach isempty about default branch configEdward Thomson2020-08-031-9/+11
| * | | | repo: add git_repository_initialbranchEdward Thomson2020-08-032-0/+40
| * | | | repo: honor the init.defaultBranch settingEdward Thomson2020-08-032-16/+56
* | | | | Merge pull request #5620 from dlax/parse-patch-add-delete-no-indexEdward Thomson2020-10-042-0/+24
|\ \ \ \ \
| * | | | | patch_parse: handle absence of "index" header for new/deleted casesDenis Laxalde2020-08-292-0/+24
* | | | | | Merge pull request #5626 from csware/parse_boolEdward Thomson2020-10-042-6/+78
|\ \ \ \ \ \
| * | | | | | Improve formattingSven Strickroth2020-09-091-1/+10
| * | | | | | Add boolean tests for "on" and "off"Sven Strickroth2020-09-091-1/+7
| * | | | | | Support empty values for git_config_get_mapped and git_config_lookup_map_valueSven Strickroth2020-09-092-6/+4
| * | | | | | Fix parsing boolean config values when using git_config_get_mapped and git_co...Sven Strickroth2020-09-092-1/+60
* | | | | | | Merge pull request #5629 from csware/config-multiline-parseEdward Thomson2020-10-043-1/+16
|\ \ \ \ \ \ \
| * | | | | | | Fix config file parsing with multi line values containing quoted partsSven Strickroth2020-09-183-1/+16
| |/ / / / / /
* | | | | | | Merge pull request #5636 from libgit2/pks-release-build-warningsEdward Thomson2020-10-043-3/+6
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | sysdir: fix formatting error message with NULL stringpks-release-build-warningsPatrick Steinhardt2020-09-181-1/+4
| * | | | | | patch_parse: silence maybe-uninitialized warningPatrick Steinhardt2020-09-181-1/+1
| * | | | | | refs: fix potential free of uninitialized variablePatrick Steinhardt2020-09-181-1/+1
* | | | | | | Merge pull request #5631 from csware/issue-5611Patrick Steinhardt2020-09-181-1/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix deprecation links inside of documentation not workingSven Strickroth2020-09-101-1/+5
| |/ / / / /
* | | | | | Merge pull request #5632 from csware/winhttp_typoPatrick Steinhardt2020-09-181-2/+2
|\ \ \ \ \ \
| * | | | | | Fix typo: Make ifndef macroname the same as the define nameSven Strickroth2020-09-101-2/+2
| |/ / / / /