summaryrefslogtreecommitdiff
path: root/tests/libgit2
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | win32: adjust max path length for SHA256Edward Thomson2023-02-131-1/+1
| * | | | clone: support sha256Edward Thomson2023-02-123-12/+45
| * | | | object: lookup sha256 objectsEdward Thomson2023-02-128-59/+626
| * | | | odb: test sha256 pack backendEdward Thomson2023-02-122-0/+252
| * | | | packfile: handle sha256 packfilesEdward Thomson2023-02-125-3/+122
| * | | | odb: rename test file to avoid underscoreEdward Thomson2023-02-121-4/+4
| * | | | repo: don't overwrite repo format version on reinitEdward Thomson2023-02-121-7/+26
| * | | | repo: understand the `objectformat` extensionEdward Thomson2023-02-122-6/+78
| * | | | oid: provide type lookups by enum value or nameEdward Thomson2023-02-091-0/+19
* | | | | Merge pull request #6455 from libgit2/ethomson/sysdirEdward Thomson2023-02-148-41/+168
|\ \ \ \ \
| * | | | | ci: run clone tests in onlineEdward Thomson2023-02-091-1/+1
| * | | | | tests: known_hosts manipulating ssh clone testsEdward Thomson2023-02-091-22/+141
| * | | | | tests: configure temporary homedirs correctlyEdward Thomson2023-02-095-17/+26
| * | | | | sysdir: move windows sysdir functions out of shared utilEdward Thomson2023-02-091-1/+0
| |/ / / /
* | | | | Merge pull request #6423 from cavaquinho/fix/6422-revwalk_push_glob-dangling-refEdward Thomson2023-02-141-0/+17
|\ \ \ \ \
| * | | | | #6422: handle dangling symbolic refs gracefullyMiguel Arroz2022-11-031-0/+17
* | | | | | Merge branch 'revparse'Edward Thomson2023-02-141-0/+3
|\ \ \ \ \ \
| * | | | | | Fix parsing rev with reflog of HEAD (e.g., HEAD@{3})Sven Strickroth2023-02-141-0/+3
| | |/ / / / | |/| | | |
* | | | | | diff_file: don't mmap/readbuffer empty filesIliyas Jorio2023-02-131-0/+36
|/ / / / /
* | | | | 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-1339/+0
|\ \ \ \ \
| * | | | | net: move url tests into utilEdward Thomson2022-06-166-1339/+0
* | | | | | 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-192-0/+43
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | 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-192-0/+20
| |/ / / /
* | | | | 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-13167-1102/+1706
|\ \ \ | |/ / |/| |
| * | sha256: make sha256 an experimental optional featureEdward Thomson2022-06-205-12/+59
| * | 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