summaryrefslogtreecommitdiff
path: root/tests/libgit2
Commit message (Expand)AuthorAgeFilesLines
* diff: parse patches with sha256Edward Thomson2023-04-1012-73/+97
* index: add sha256 supportEdward Thomson2023-04-1014-48/+1226
* repo: honor GIT_CONFIG_* environment variablesEdward Thomson2023-04-041-0/+52
* repo: honor GIT_COMMON_DIR when respecting envEdward Thomson2023-04-041-0/+20
* repo: honor GIT_WORK_TREE environment variableEdward Thomson2023-04-041-0/+20
* repo: free data in the discovery testsEdward Thomson2023-04-041-0/+3
* Merge pull request #6505 from libgit2/ethomson/extension_madnessEdward Thomson2023-03-271-6/+23
|\
| * repo: don't allow repeated extensionsEdward Thomson2023-02-251-6/+23
* | http: introduce schannel streams for windowsEdward Thomson2023-03-212-4/+15
* | index: test `git_index_add_all` with forceEdward Thomson2023-03-021-0/+23
* | index: test `git_index_add_all` with ignored folderEdward Thomson2023-03-021-0/+23
* | odb: restore `git_odb_open`Edward Thomson2023-03-011-0/+34
* | Merge pull request #6512 from libgit2/ethomson/odb_looseEdward Thomson2023-02-271-0/+43
|\ \
| * | odb: test git_odb_backend_looseEdward Thomson2023-02-271-0/+43
| |/
* | Revert "tests: validate host and port for ssh tests when non-standard"Edward Thomson2023-02-271-11/+1
|/
* tests: validate host and port for ssh tests when non-standardEdward Thomson2023-02-241-1/+11
* tests: always unset HTTP_PROXY before starting testsEdward Thomson2023-02-231-21/+15
* #6491: Sets oid_type on repos open with git_repository_open_bareMiguel Arroz2023-02-171-0/+3
* Merge pull request #6330 from gitkraken-jacobw/partial-stashingEdward Thomson2023-02-162-0/+42
|\
| * stash: test save options initJacob Watson2022-07-141-0/+5
| * stash: implement CI testingJacob Watson2022-07-141-0/+37
* | tests: use static scope for test dataEdward Thomson2023-02-152-3/+3
* | Merge pull request #6456 from libgit2/ethomson/sha256_experimentalEdward Thomson2023-02-1422-92/+1173
|\ \
| * | 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