summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* auth: update enum type name for consistencyethomson/typetEdward Thomson2020-01-185-13/+13
* iterator: update enum type name for consistencyEdward Thomson2020-01-189-50/+50
* rebase: update enum type name for consistencyEdward Thomson2020-01-181-21/+21
* merge: update enum type name for consistencyEdward Thomson2020-01-182-3/+3
* Merge pull request #5358 from lrm29/git_merge_driver_source_repo_non_constPatrick Steinhardt2020-01-172-2/+2
|\
| * merge: Return non-const git_repository from git_merge_driver_source_repo acce...Laurence McGlashan2020-01-152-2/+2
* | Merge pull request #5361 from csware/no-return-freed_objectPatrick Steinhardt2020-01-172-2/+3
|\ \
| * | Do not return free'd git_repository object on errorSven Strickroth2020-01-162-2/+3
* | | Merge pull request #5360 from josharian/fix-5357Patrick Steinhardt2020-01-176-10/+28
|\ \ \
| * | | refs: refuse to delete HEADJosh Bleecher Snyder2020-01-156-10/+28
| |/ /
* | | Merge pull request #5351 from pks-t/pks/index-map-macrosEdward Thomson2020-01-161-60/+48
|\ \ \ | |/ / |/| |
| * | index: fix resizing index map twice on case-insensitive systemsPatrick Steinhardt2020-01-141-17/+14
| * | index: replace map macros with inline functionsPatrick Steinhardt2020-01-141-43/+34
| |/
* | Merge pull request #5359 from tniessen/make-type-mismatch-errors-consistentEdward Thomson2020-01-152-2/+2
|\ \ | |/ |/|
| * Make type mismatch errors consistentTobias Nießen2020-01-152-2/+2
|/
* Merge pull request #5355 from pks-t/pks/win32-relative-symlink-across-dirsEdward Thomson2020-01-122-1/+36
|\
| * win32: fix relative symlinks pointing into dirsPatrick Steinhardt2020-01-102-1/+36
* | Merge pull request #5354 from josharian/issue-5353Edward Thomson2020-01-101-1/+3
|\ \
| * | ntlm: prevent (spurious) compiler warningsJosh Bleecher Snyder2020-01-091-1/+3
* | | Merge pull request #5305 from kas-luthor/bugfix/multiple-authPatrick Steinhardt2020-01-101-0/+8
|\ \ \ | |_|/ |/| |
| * | Fixes code stylingkas2019-12-131-5/+3
| * | Adds support for multiple SSH auth mechanisms being used sequentiallykas2019-11-161-0/+10
* | | Merge pull request #5339 from josharian/issue-5321Patrick Steinhardt2020-01-102-8/+45
|\ \ \ | |_|/ |/| |
| * | netops: handle intact query parameters in service_suffix removalJosh Bleecher Snyder2020-01-092-8/+45
|/ /
* | Merge pull request #5340 from pks-t/pks/pack-zstreamEdward Thomson2020-01-095-94/+69
|\ \
| * | tests: pack: add missing asserts around `git_packbuilder_write`Patrick Steinhardt2020-01-091-5/+5
| * | pack: refactor streams to use `git_zstream`Patrick Steinhardt2020-01-092-47/+19
| * | pack: refactor unpacking of raw objects to use `git_zstream`Patrick Steinhardt2020-01-093-41/+44
|/ /
* | Merge pull request #5322 from kdj0c/fix_sub_syncEdward Thomson2020-01-082-56/+70
|\ \
| * | tests: submodule: verify setup of relative URLsPatrick Steinhardt2020-01-061-0/+21
| * | submodule: refactor code to match current coding stylePatrick Steinhardt2020-01-061-57/+48
| * | submodule sync, fix edge case with submodule sync on empty repokdj0c2020-01-061-1/+1
| * | Fix git_submodule_sync with relative urlkdj0c2020-01-061-4/+6
* | | Merge pull request #5325 from josharian/no-double-slashPatrick Steinhardt2020-01-062-3/+11
|\ \ \
| * | | http: avoid generating double slashes in urlJosh Bleecher Snyder2019-12-132-3/+11
| |/ /
* | | Merge pull request #5348 from rcjsuen/patch-2Patrick Steinhardt2020-01-061-1/+1
|\ \ \
| * | | Correct typo in name of referenced parameterRemy Suen2020-01-021-1/+1
|/ / /
* | | Merge pull request #5338 from pks-t/pks/patch-null-arithmeticEdward Thomson2019-12-141-2/+6
|\ \ \
| * | | patch_parse: fix undefined behaviour due to arithmetic on NULL pointersPatrick Steinhardt2019-12-131-2/+6
* | | | Merge pull request #5337 from pks-t/pks/smart-pkt-ok-overflowEdward Thomson2019-12-141-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | smart_pkt: fix overflow resulting in OOB read/write of one bytePatrick Steinhardt2019-12-131-1/+1
| |/ /
* | | Merge pull request #5300 from tiennou/fix/branch-documentationPatrick Steinhardt2019-12-136-92/+169
|\ \ \
| * | | refs: rename git_reference__set_name to git_reference__reallocEtienne Samson2019-12-135-8/+70
| * | | branch: clarify documentation around branchesEtienne Samson2019-12-072-84/+99
* | | | Merge pull request #5283 from pks-t/pks/example-checkout-remote-branchPatrick Steinhardt2019-12-131-5/+78
|\ \ \ \ | |_|/ / |/| | |
| * | | examples: checkout: implement guess heuristic for remote branchesPatrick Steinhardt2019-10-251-5/+78
* | | | Merge pull request #5320 from josharian/minor-docsPatrick Steinhardt2019-12-132-3/+5
|\ \ \ \
| * | | | stash: make comment match codeJosh Bleecher Snyder2019-12-041-1/+1
| * | | | changelog: add more newly-accepted urlsJosh Bleecher Snyder2019-12-041-2/+4
| | |/ / | |/| |
* | | | Merge pull request #5333 from lrm29/attr_binary_macroPatrick Steinhardt2019-12-132-5/+7
|\ \ \ \