summaryrefslogtreecommitdiff
path: root/src
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-291-0/+59
|\
| * buf: deprecate public git_buf writing functionsethomson/buf_is_readonlyEdward Thomson2021-08-291-0/+59
* | Merge pull request #6011 from libgit2/ethomson/filter_applyEdward Thomson2021-08-294-55/+105
|\ \
| * | filter: deprecate apply functionethomson/filter_applyEdward Thomson2021-08-291-13/+28
| * | 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
| |/
* | Merge pull request #6016 from libgit2/ethomson/commit_create_cbEdward Thomson2021-08-291-33/+69
|\ \
| * | rebase: deprecate signing_cbethomson/commit_create_cbEdward Thomson2021-08-291-1/+6
| * | rebase: introduce git_commit_create_cbEdward Thomson2021-08-291-35/+66
| |/
* | Merge pull request #6012 from libgit2/ethomson/custom_urlEdward Thomson2021-08-291-5/+59
|\ \
| * | remote: deprecate resolve_url callbackethomson/custom_urlEdward Thomson2021-08-291-3/+16
| * | remote: introduce git_remote_ready_cbEdward Thomson2021-08-291-3/+12
| * | remote: introduce set_instance_urlEdward Thomson2021-08-271-0/+32
| |/
* | Merge pull request #6009 from libgit2/ethomson/custom_cert_locationsEdward Thomson2021-08-293-15/+9
|\ \
| * | mbedTLS: Fix setting certificate directoryethomson/custom_cert_locationsZachary Michaels2021-08-293-15/+9
| |/
* | Merge pull request #5841 from J0Nes90/features/checkout-dry-runEdward Thomson2021-08-291-0/+3
|\ \
| * | implement GIT_CHECKOUT_DRY_RUN to allow notifications without touching the wo...Jochen Hunz2021-04-141-0/+3
* | | Merge pull request #5405 from lhchavez/multi-pack-index-odb-writeEdward Thomson2021-08-292-5/+108
|\ \ \
| * \ \ Merge branch 'main' into multi-pack-index-odb-writeEdward Thomson2021-08-296-103/+149
| |\ \ \
| * | | | midx: Introduce git_odb_write_multi_pack_index()lhchavez2021-08-272-5/+108
| * | | | midx: Add a way to write multi-pack-index fileslhchavez2021-08-274-0/+500
* | | | | Merge pull request #5395 from josharian/http-use-eauthEdward Thomson2021-08-297-17/+18
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge branch 'main' into http-use-eauthEdward Thomson2021-08-29230-5762/+11464
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | transports: use GIT_EAUTH for authentication failuresJosh Bleecher Snyder2020-02-077-19/+19
* | | | | Merge pull request #5404 from lhchavez/multi-pack-index-writeEdward Thomson2021-08-294-0/+500
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge remote-tracking branch 'origin/main' into multi-pack-index-writelhchavez2021-08-2749-468/+1643
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Review feedbacklhchavez2021-08-273-19/+25
| * | | | midx: Add a way to write multi-pack-index fileslhchavez2021-07-264-0/+494
* | | | | Merge pull request #6008 from boretrk/arrayEdward Thomson2021-08-271-8/+8
|\ \ \ \ \
| * | | | | git_array_alloc: return objects of correct typePeter Pettersson2021-08-251-8/+8
* | | | | | Merge pull request #5747 from lhchavez/atomic-testsEdward Thomson2021-08-274-52/+109
|\ \ \ \ \ \
| * | | | | | Homogenize semantics for atomic-related functionslhchavez2021-08-264-52/+109
| | |_|/ / / | |/| | | |
* | | | | | Check if default branch matches refspecAlexander Ovchinnikov2021-08-261-0/+3
* | | | | | clone: set refs/remotes/origin/HEAD to default branch when branch is specifie...Alexander Ovchinnikov2021-08-261-7/+14
* | | | | | Revert "Merge pull request #5775 from libgit2/ethomson/clone_branch"Alexander Ovchinnikov2021-08-261-42/+21
|/ / / / /
* | | | | Merge pull request #6007 from boretrk/arrayEdward Thomson2021-08-253-8/+9
|\ \ \ \ \ | |/ / / /
| * | | | array: fix dereference from void * typePeter Pettersson2021-08-252-4/+5
| * | | | array: make gcc keep the type of the NULL return valuePeter Pettersson2021-08-251-4/+4
* | | | | Merge pull request #6006 from boretrk/c11-warningsEdward Thomson2021-08-252-10/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | win32: name the dummy union in GIT_REPARSE_DATA_BUFFERPeter Pettersson2021-08-252-10/+10
* | | | | Merge pull request #5802 from lhchavez/git-warn-unused-resultEdward Thomson2021-08-258-17/+52
|\ \ \ \ \
| * | | | | formattinglhchavez2021-08-081-4/+4