summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'cgraph-write' into mainEdward Thomson2021-08-306-4/+853
|\ \ \
| * | | commit graph: formatting fixesEdward Thomson2021-08-302-23/+21
| * | | Merge remote-tracking branch 'origin/main' into cgraph-writelhchavez2021-08-2938-143/+1205
| |\ \ \
| * | | | Fixups for the latest changes in the array interfacelhchavez2021-08-261-11/+21
| * | | | Merge remote-tracking branch 'origin/main' into cgraph-writelhchavez2021-08-26114-1030/+3343
| |\ \ \ \
| * | | | | Make the defaultable fields defaultablelhchavez2021-08-263-3/+23
| * | | | | Review feedbacklhchavez2021-08-011-37/+31
| * | | | | commit-graph: Add a way to write commit-graph fileslhchavez2021-07-275-2/+829
* | | | | | Merge pull request #6018 from libgit2/ethomson/fixupsEdward Thomson2021-08-307-15/+29
|\ \ \ \ \ \
| * | | | | | 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
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |