summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | apply: ensure we validate pathsEdward Thomson2021-04-282-0/+20
| * | path: introduce ondisk and workdir path validationEdward Thomson2021-04-281-0/+58
| * | path: git_path_isvalid -> git_path_validateEdward Thomson2021-04-142-203/+203
| * | utf8: introduce git_utf8_char_lengthEdward Thomson2021-04-141-0/+19
| |/
* | tests: fix variable name in list.cTobias Nießen2021-04-111-3/+3
* | Default to GIT_BRANCH_DEFAULT if init.defaultBranch is empty stringIan Hattendorf2021-04-011-0/+13
|/
* Merge pull request #5814 from ianhattendorf/fix/winhttp-proxy-httpsEdward Thomson2021-03-101-0/+22
|\
| * winhttp: test proxy https cloneIan Hattendorf2021-03-011-0/+22
* | Merge pull request #5764 from lhchavez/cgraph-needs-refreshEdward Thomson2021-03-041-0/+1
|\ \
| * | commit-graph: Introduce `git_commit_graph_needs_refresh()`lhchavez2021-01-101-0/+1
* | | Merge pull request #5763 from lhchavez/cgraph-lookupEdward Thomson2021-03-042-0/+69
|\ \ \ | |/ / | | / | |/ |/|
| * commit-graph: Support lookups of entries in a commit-graphlhchavez2021-01-102-0/+69
* | Merge pull request #5762 from lhchavez/cgraph-parserEdward Thomson2021-02-012-0/+20
|\ \ | |/
| * commit-graph: Introduce a parser for commit-graph fileslhchavez2021-01-102-0/+20
* | revspec: rename git_revparse_mode_t to git_revspec_tethomson/revparseEdward Thomson2021-01-311-13/+13
* | 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
|\