summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* url: introduce `git_net_url_matches_pattern_list`Edward Thomson2021-09-011-0/+49
* url: introduce `git_net_url_matches_pattern`Edward Thomson2021-09-011-0/+54
* tests: create the network::url test hierarcyEdward Thomson2021-09-013-59/+59
* util: introduce `git__strlcmp`Edward Thomson2021-09-011-0/+11
* Add NO_PROXY env supportMathieu Parent2021-09-012-0/+106
* Merge branch 'cgraph-write' into mainEdward Thomson2021-08-302-0/+43
|\
| * Merge remote-tracking branch 'origin/main' into cgraph-writelhchavez2021-08-296-10/+245
| |\
| * \ Merge remote-tracking branch 'origin/main' into cgraph-writelhchavez2021-08-2627-49/+336
| |\ \
| * | | Make the defaultable fields defaultablelhchavez2021-08-261-0/+8
| * | | commit-graph: Add a way to write commit-graph fileslhchavez2021-07-271-0/+35
* | | | Merge pull request #6011 from libgit2/ethomson/filter_applyEdward Thomson2021-08-292-3/+36
|\ \ \ \
| * | | | filter: use streaming filters in testsEdward Thomson2021-08-272-3/+36
* | | | | Merge pull request #6016 from libgit2/ethomson/commit_create_cbEdward Thomson2021-08-291-6/+252
|\ \ \ \ \
| * | | | | rebase: deprecate signing_cbethomson/commit_create_cbEdward Thomson2021-08-291-11/+26
| * | | | | rebase: introduce git_commit_create_cbEdward Thomson2021-08-291-0/+231
* | | | | | Merge pull request #6012 from libgit2/ethomson/custom_urlEdward Thomson2021-08-292-1/+96
|\ \ \ \ \ \
| * | | | | | remote: deprecate resolve_url callbackethomson/custom_urlEdward Thomson2021-08-291-0/+8
| * | | | | | remote: introduce git_remote_ready_cbEdward Thomson2021-08-292-1/+43
| * | | | | | remote: introduce set_instance_urlEdward Thomson2021-08-271-0/+45
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #6009 from libgit2/ethomson/custom_cert_locationsEdward Thomson2021-08-296-1/+165
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | opts: test GIT_OPT_SET_SSL_CERT_LOCATIONSEdward Thomson2021-08-296-1/+165
| | |/ / / | |/| | |
* | | | | Merge pull request #5841 from J0Nes90/features/checkout-dry-runEdward Thomson2021-08-291-0/+46
|\ \ \ \ \
| * | | | | implement GIT_CHECKOUT_DRY_RUN to allow notifications without touching the wo...Jochen Hunz2021-04-141-0/+46
* | | | | | Merge branch 'main' into multi-pack-index-odb-writeEdward Thomson2021-08-295-11/+136
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #5404 from lhchavez/multi-pack-index-writeEdward Thomson2021-08-291-0/+30
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Merge remote-tracking branch 'origin/main' into multi-pack-index-writelhchavez2021-08-2728-49/+572
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | * | | | | midx: Add a way to write multi-pack-index fileslhchavez2021-07-261-0/+30
| * | | | | | tests: change comments to c89 stylePeter Pettersson2021-08-292-9/+9
| | |_|_|/ / | |/| | | |
| * | | | | Merge pull request #5747 from lhchavez/atomic-testsEdward Thomson2021-08-271-0/+125
| |\ \ \ \ \
| | * | | | | Homogenize semantics for atomic-related functionslhchavez2021-08-261-0/+125
| | | |/ / / | | |/| | |
| * | | | | clone: set refs/remotes/origin/HEAD to default branch when branch is specifie...Alexander Ovchinnikov2021-08-261-0/+8
| * | | | | Revert "Merge pull request #5775 from libgit2/ethomson/clone_branch"Alexander Ovchinnikov2021-08-261-8/+0
| |/ / / /
* | | | | midx: Introduce git_odb_write_multi_pack_index()lhchavez2021-08-271-0/+34
* | | | | midx: Add a way to write multi-pack-index fileslhchavez2021-08-271-0/+30
|/ / / /
* | | | Merge pull request #6006 from boretrk/c11-warningsEdward Thomson2021-08-251-5/+5
|\ \ \ \
| * | | | win32: name the dummy union in GIT_REPARSE_DATA_BUFFERPeter Pettersson2021-08-251-5/+5
* | | | | Merge pull request #5802 from lhchavez/git-warn-unused-resultEdward Thomson2021-08-256-18/+13
|\ \ \ \ \
| * | | | | Proof-of-concept for a more aggressive GIT_UNUSED()lhchavez2021-08-084-11/+6
| * | | | | Introduce GIT_WARN_UNUSED_RESULTlhchavez2021-08-082-7/+7
* | | | | | Merge pull request #5950 from boretrk/posixtestEdward Thomson2021-08-255-15/+16
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | tests: don't generate false positives on empty path segmentsPeter Pettersson2021-08-085-15/+16
| |/ / / /
* | | | | tests: show errors when libgit2_init failsEdward Thomson2021-08-241-1/+3
* | | | | Merge pull request #5854 from alexjg/respect-force-flag-in-remote-fetchEdward Thomson2021-08-101-0/+169
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | skip descendant check if remote ref not foundAlex Good2021-08-051-19/+4
| * | | | Fix memory sanitizer failures in testsAlex Good2021-06-301-15/+18
| * | | | Respect the force flag on refspecs in git_remote_fetchAlex Good2021-06-111-0/+181
* | | | | tests: reset odb backend priorityethomson/odb_tests_priorityEdward Thomson2021-07-301-0/+6
* | | | | Merge branch 'pr/5491'Edward Thomson2021-07-301-0/+23
|\ \ \ \ \
| * | | | | odb: Implement option for overriding of default odb backend priorityTony De La Nuez2021-07-301-0/+23
* | | | | | Fix one memory leak in masterlhchavez2021-07-301-0/+2
|/ / / / /