summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* sysdir: move windows sysdir functions out of shared utilEdward Thomson2023-01-221-1/+0
* Merge pull request #6362 from sven-of-cord/mainEdward Thomson2023-01-201-5/+20
|\
| * push: revparse refspec source, so you can push things that are not refsSven Over2022-07-201-5/+20
* | Merge commit 'e33d7c068' into ssh_key_checkingEdward Thomson2023-01-201-2/+2
|\ \
| * | tests: move online::clone::ssh_auth_methods into the ssh test suiteCarlos Martín Nieto2022-11-041-2/+2
* | | tests: Add new test to submodule::updatetagesuhu2022-11-251-0/+20
* | | Merge pull request #6326 from libgit2/ethomson/url_parseEdward Thomson2022-11-236-90/+320
|\ \ \
| * | | url: only allow @s in usernames for ssh urlsEdward Thomson2022-06-171-0/+5
| * | | url_parse: introduce our own url parsingEdward Thomson2022-06-171-0/+217
| * | | url: test that we don't expand % encoding in pathsEdward Thomson2022-06-171-0/+12
| * | | url: remove invalid scp url parsing testEdward Thomson2022-06-161-4/+0
| * | | net: move url tests into utilEdward Thomson2022-06-166-86/+86
* | | | Add support for "safe.directory *"Sven Strickroth2022-11-191-0/+76
* | | | Merge pull request #6408 from kcsaul/fix-safe-directory-not-foundEdward Thomson2022-11-181-8/+8
|\ \ \ \
| * | | | repo: test ownership validation fails with expected errorKevin Saul2022-10-011-8/+8
| | |/ / | |/| |
* | | | commit-graph: only verify csum on git_commit_graph_open().Colin Stolley2022-11-031-0/+41
|/ / /
* | | Merge pull request #6405 from libgit2/ethomson/experimentalEdward Thomson2022-09-212-7/+21
|\ \ \
| * | | tests: skip sha256 tests when not compiled inEdward Thomson2022-09-192-7/+21
* | | | Merge pull request #6395 from arroz/fix/nonexistent-worktree-lookup-error-codeEdward Thomson2022-09-191-1/+1
|\ \ \ \
| * | | | #6366: When a worktree is missing, return GIT_ENOTFOUND.Miguel Arroz2022-08-301-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #6369 from torvalds/mainEdward Thomson2022-09-1937-0/+86
|\ \ \ \ | |_|/ / |/| | |
| * | | clone: test for cloning a repo with namespace scopeEdward Thomson2022-09-191-0/+23
| * | | clone: test bare clone namespaced repo with no HEADEdward Thomson2022-09-1937-0/+63
| |/ /
* | | Merge pull request #6398 from lrm29/patch-1Edward Thomson2022-09-191-386/+0
|\ \ \
| * | | Delete create.c.bakLaurence McGlashan2022-09-061-386/+0
| |/ /
* | | clone: test long custom headerKevin Saul2022-07-221-0/+10
|/ /
* | clar: remove ftrunacte from libgit2 testsPeter Pettersson2022-07-151-1/+1
* | Merge pull request #6353 from libgit2/ethomson/flaky_googlesourceEdward Thomson2022-07-131-0/+4
|\ \
| * | tests: skip flaky-ass googlesource testsEdward Thomson2022-07-131-0/+4
* | | sha256: indirection for experimental functionsEdward Thomson2022-07-13152-899/+906
* | | Merge pull request #6191 from libgit2/ethomson/sha256_pocEdward Thomson2022-07-13168-1104/+1728
|\ \ \ | |/ / |/| |
| * | sha256: make sha256 an experimental optional featureEdward Thomson2022-06-206-15/+65
| * | odb_loose: SHA256 support for loose object storageEdward Thomson2022-06-202-24/+448
| * | oid: add git_oid_fmt_substrEdward Thomson2022-06-201-0/+25
| * | odb: add git_odb_loose_backend_optionsEdward Thomson2022-06-202-3/+15
| * | odb: add git_odb_optionsEdward Thomson2022-06-2011-17/+17
| * | odb_hash*: accept the oid type to hash intoEdward Thomson2022-06-204-26/+26
| * | clar: format sha256 in cl_assert_equal_oidEdward Thomson2022-06-201-2/+19
| * | oid: add sha256 typed oidsEdward Thomson2022-06-202-50/+124
| * | oid: give oids a typeEdward Thomson2022-06-20149-867/+889
| * | object: move oid header printing to objectEdward Thomson2022-06-141-8/+8
| * | object: move oid header parsing to objectEdward Thomson2022-06-141-2/+4
| * | oid: define GIT_OID_SHA1_ZEROEdward Thomson2022-06-1414-44/+42
| * | oid: `GIT_OID_*SZ` is now `GIT_OID_SHA1_*SIZE`Edward Thomson2022-06-1422-80/+80
| |/
* | Merge pull request #6348 from lya001/fix-invalid-branch-nameEdward Thomson2022-07-132-0/+27
|\ \
| * \ Merge branch 'main' into fix-invalid-branch-nameyuangli2022-07-12535-5588/+9485
| |\ \ | | |/
| * | tests: free resources in invalid tag name testyuangli2022-07-111-0/+3
| * | tests: error when create tag with invalid nameyuangli2022-07-111-0/+16
| * | tests: rename to follow clar naming conventionyuangli2022-07-111-1/+1
| * | tests: rename test for consistencyyuangli2022-07-111-1/+1