summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5768 from lhchavez/midx-needs-refreshEdward Thomson2021-01-151-0/+1
|\
| * midx: Fix a bug in `git_midx_needs_refresh()`lhchavez2021-01-071-0/+1
* | Merge pull request #5775 from libgit2/ethomson/clone_branchEdward Thomson2021-01-101-0/+8
|\ \
| * | clone: set refs/remotes/origin/HEAD when branch is specifiedethomson/clone_branchEdward Thomson2021-01-071-0/+8
| |/
* | repo: ignore empty init.defaultbranchethomson/empty_default_branchEdward Thomson2021-01-071-0/+16
* | fetch: test when HEAD points to nonexistent branchEdward Thomson2021-01-071-0/+29
|/
* Merge pull request #5760 from libgit2/ethomson/tttoo_many_tttsEdward Thomson2021-01-071-1/+1
|\
| * blob: fix name of `GIT_BLOB_FILTER_ATTRIBUTES_FROM_HEAD`ethomson/tttoo_many_tttsEdward Thomson2021-01-051-1/+1
* | blob: add git_blob_filter_options_initEdward Thomson2021-01-051-0/+5
|/
* urlparse: use consistent ipv6 address rulesEdward Thomson2020-12-231-230/+109
* urlparse: Add IPv4 and IPv6 based testsPaul Wolfgang (DC-AE/ESF1)2020-12-231-0/+510
* Fix the `-DENABLE_WERROR=ON` build for gcc 10.2lhchavez2020-12-213-8/+12
* Add tests for `git__multiply_int64_overflow`lhchavez2020-12-192-0/+255
* badssl: RC4 should not fail with ECERTIFICATEcmn/rc4Edward Thomson2020-12-141-4/+2
* badssl: re-enable RC4 testCarlos Martín Nieto2020-12-131-3/+0
* threads: git_tls_data to git_tlsdataEdward Thomson2020-12-081-0/+65
* threads: rename thread files to thread.[ch]Edward Thomson2020-12-061-1/+1
* threads: rename git_atomic to git_atomic32Edward Thomson2020-12-061-9/+9
* tests: ifdef out unused function in no-thread buildsEdward Thomson2020-12-051-0/+2
* Make the pack and mwindow implementations data-race-freelhchavez2020-11-282-0/+61
* midx: Support multi-pack-index files in odb_pack.clhchavez2020-11-271-0/+16
* path: remove unused git_path_topdirEdward Thomson2020-11-271-27/+1
* Merge pull request #5580 from libgit2/ethomson/win32_leakcheckEdward Thomson2020-11-212-45/+44
|\
| * cmake: rename MSVC_CRTDBG to WIN32_LEAKCHECKEdward Thomson2020-11-212-7/+7
| * win32: "crtdbg" is now "leakcheck"Edward Thomson2020-11-211-38/+37
* | Merge pull request #5692 from rbmclean/masterEdward Thomson2020-11-211-0/+12
|\ \ | |/ |/|
| * Apply suggestions from code reviewEdward Thomson2020-11-212-1/+1
| * worktree: change test to invalidate worktree via filesystemReginald McLean2020-11-072-4/+2
| * worktree: Demonstrate missing worktree checkReginald McLean2020-11-061-0/+14
* | Add git_tag_name_is_validSven Strickroth2020-10-251-0/+17
* | Add git_branch_name_is_validSven Strickroth2020-10-251-0/+17
* | remote: use git_remote_name_is_validEdward Thomson2020-10-251-8/+15
* | refspec: return GIT_EINVALIDSPEC for invalid specsEdward Thomson2020-10-251-1/+1
* | refs: use git_reference_name_is_validEdward Thomson2020-10-252-23/+32
|/
* Merge pull request #5546 from libgit2/ethomson/initEdward Thomson2020-10-143-3/+8
|\
| * runtime: move init/shutdown into the "runtime"Edward Thomson2020-10-111-1/+0
| * thread: restore the git_thread_exit testsEdward Thomson2020-10-111-1/+7
| * settings: localize global dataEdward Thomson2020-10-111-1/+1
* | Make the Windows leak detection more robustlhchavez2020-10-112-93/+101
|/
* clone: test that the origin HEAD is createdEdward Thomson2020-10-061-1/+6
* multipack: Introduce a parser for multi-pack-index fileslhchavez2020-10-052-0/+29
* Merge pull request #5494 from kevinjswinton/masterEdward Thomson2020-10-042-4/+2
|\
| * Fix binary diff showing /dev/nullKevin Swinton2020-04-182-4/+2
* | Merge pull request #5581 from libgit2/ethomson/mainbranchEdward Thomson2020-10-042-0/+33
|\ \
| * | clone: respect init.defaultBranch when emptyEdward Thomson2020-08-031-0/+17
| * | repo: honor the init.defaultBranch settingEdward Thomson2020-08-031-0/+16
* | | Merge pull request #5620 from dlax/parse-patch-add-delete-no-indexEdward Thomson2020-10-041-0/+23
|\ \ \
| * | | patch_parse: handle absence of "index" header for new/deleted casesDenis Laxalde2020-08-291-0/+23
| |/ /
* | | Merge pull request #5626 from csware/parse_boolEdward Thomson2020-10-041-0/+76
|\ \ \
| * | | Improve formattingSven Strickroth2020-09-091-1/+10