summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* date: promote before multiplyethomson/fixupsEdward Thomson2021-08-301-1/+1
* filter: don't overwrite error valueEdward Thomson2021-08-301-1/+2
* hashsig: close fd on errorEdward Thomson2021-08-301-1/+3
* error: don't check string after assertEdward Thomson2021-08-301-5/+0
* pack: don't assert in the lockEdward Thomson2021-08-301-3/+16
* midx: return an error when detectedEdward Thomson2021-08-301-3/+7
* httpclient: actually return `GIT_EAUTH`Edward Thomson2021-08-301-1/+0
* Merge pull request #6017 from libgit2/ethomson/buf_is_readonlyEdward Thomson2021-08-292-0/+114
|\
| * buf: deprecate public git_buf writing functionsethomson/buf_is_readonlyEdward Thomson2021-08-292-0/+114
* | Merge pull request #6011 from libgit2/ethomson/filter_applyEdward Thomson2021-08-297-86/+190
|\ \
| * | filter: deprecate apply functionethomson/filter_applyEdward Thomson2021-08-292-13/+36
| * | filter: use streaming filters in testsEdward Thomson2021-08-272-3/+36
| * | ident: use streaming filtersEdward Thomson2021-08-271-1/+12
| * | crlf: use streaming filtersEdward Thomson2021-08-271-1/+12
| * | filter: proxy_stream is now git_filter_buffered_streamEdward Thomson2021-08-272-43/+56
| * | filter: add docs for `git_filter_stream_fn`Edward Thomson2021-08-271-28/+41
| |/
* | Merge pull request #6016 from libgit2/ethomson/commit_create_cbEdward Thomson2021-08-295-59/+402
|\ \
| * | rebase: deprecate signing_cbethomson/commit_create_cbEdward Thomson2021-08-295-34/+63
| * | rebase: introduce git_commit_create_cbEdward Thomson2021-08-294-35/+349
* | | Merge pull request #6012 from libgit2/ethomson/custom_urlEdward Thomson2021-08-294-9/+207
|\ \ \
| * | | remote: deprecate resolve_url callbackethomson/custom_urlEdward Thomson2021-08-293-3/+34
| * | | remote: introduce git_remote_ready_cbEdward Thomson2021-08-294-4/+72
| * | | remote: introduce set_instance_urlEdward Thomson2021-08-273-3/+102
| | |/ | |/|
* | | Merge pull request #6009 from libgit2/ethomson/custom_cert_locationsEdward Thomson2021-08-2910-19/+190
|\ \ \
| * | | mbedTLS: Fix setting certificate directoryethomson/custom_cert_locationsZachary Michaels2021-08-293-15/+9
| * | | opts: test GIT_OPT_SET_SSL_CERT_LOCATIONSEdward Thomson2021-08-297-4/+176
| * | | ci: stop on test failureEdward Thomson2021-08-291-0/+5
| | |/ | |/|
* | | Merge pull request #5841 from J0Nes90/features/checkout-dry-runEdward Thomson2021-08-293-0/+55
|\ \ \
| * | | Update include/git2/checkout.hEdward Thomson2021-08-291-1/+4
| * | | implement GIT_CHECKOUT_DRY_RUN to allow notifications without touching the wo...Jochen Hunz2021-04-143-0/+52
* | | | Merge pull request #5405 from lhchavez/multi-pack-index-odb-writeEdward Thomson2021-08-295-5/+163
|\ \ \ \
| * \ \ \ Merge branch 'main' into multi-pack-index-odb-writeEdward Thomson2021-08-2916-114/+352
| |\ \ \ \
| * | | | | midx: Introduce git_odb_write_multi_pack_index()lhchavez2021-08-275-5/+163
| * | | | | midx: Add a way to write multi-pack-index fileslhchavez2021-08-277-0/+607
* | | | | | Merge pull request #5395 from josharian/http-use-eauthEdward Thomson2021-08-299-23/+27
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Merge branch 'main' into http-use-eauthEdward Thomson2021-08-291532-8569/+20914
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | transports: use GIT_EAUTH for authentication failuresJosh Bleecher Snyder2020-02-078-19/+20
| * | | | | changelog: note new error class GIT_ERROR_HTTPJosh Bleecher Snyder2020-02-071-0/+2
| * | | | | use consistent whitespace before commentsJosh Bleecher Snyder2020-02-071-6/+6
* | | | | | Merge pull request #5404 from lhchavez/multi-pack-index-writeEdward Thomson2021-08-297-0/+607
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Merge remote-tracking branch 'origin/main' into multi-pack-index-writelhchavez2021-08-27121-1052/+3704
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Review feedbacklhchavez2021-08-273-19/+25
| * | | | | midx: Add a way to write multi-pack-index fileslhchavez2021-07-267-0/+601
* | | | | | Merge pull request #6015 from boretrk/c89-commentsEdward Thomson2021-08-292-9/+9
|\ \ \ \ \ \
| * | | | | | tests: change comments to c89 stylePeter Pettersson2021-08-292-9/+9
|/ / / / / /
* | | | | | Merge pull request #5508 from libgit2/ethomson/devcontainerEdward Thomson2021-08-284-0/+66
|\ \ \ \ \ \
| * | | | | | VSCode: build in parallelethomson/devcontainerEdward Thomson2021-08-021-1/+1
| * | | | | | Update VSCode / Github Codespaces workflowEdward Thomson2021-08-024-1/+64
| * | | | | | .devcontainer: settings for a codespace workflowEdward Thomson2021-08-021-0/+3
* | | | | | | Merge pull request #6013 from lolgear/cmake_hash_sha_missing_headerEdward Thomson2021-08-281-0/+1
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |