summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* fetch: remove `unshallow` optionEdward Thomson2023-05-091-1/+1
* oid: use an oid array instead of shallowarrayEdward Thomson2023-05-093-68/+117
* shallow: cleanup whitespace in testsEdward Thomson2023-05-081-16/+16
* grafts: handle SHA256 graft filesEdward Thomson2023-05-082-2/+2
* transport: transports understand oid typeEdward Thomson2023-04-251-2/+2
* shallow: move tests to onlineEdward Thomson2023-04-241-12/+4
* shallow: remove feature flagEdward Thomson2023-04-243-16/+0
* Merge remote-tracking branch 'origin/main' into shallow-clone-networkEdward Thomson2023-04-22117-139/+1572
|\
| * Merge pull request #6549 from libgit2/ethomson/sha256_experimentalEdward Thomson2023-04-22109-124/+1423
| |\
| | * commit graph: support sha256Edward Thomson2023-04-101-2/+15
| | * midx: support sha256Edward Thomson2023-04-101-1/+6
| | * diff: parse patches with sha256Edward Thomson2023-04-1012-73/+97
| | * index: add sha256 supportEdward Thomson2023-04-1095-48/+1305
| * | config: return `GIT_ENOTFOUND` for missing programdataEdward Thomson2023-04-111-0/+11
| |/
| * 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
| * | utf8: add conversion with size and refactor namesEdward Thomson2023-03-212-5/+5
| * | http: introduce schannel streams for windowsEdward Thomson2023-03-212-4/+15
* | | Merge commit 'd066d0d95c43e97df6624292f3f527f9372ca8fe'lmcglash2023-03-10212-709/+4981
|\ \ \ | |/ /
| * | 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
| * | Merge pull request #6520 from libgit2/ethomson/git_odb_openEdward Thomson2023-03-021-0/+34
| |\ \
| | * | odb: restore `git_odb_open`Edward Thomson2023-03-011-0/+34
| * | | Merge pull request #6513 from libgit2/ethomson/util_test_rootEdward Thomson2023-03-011-1/+5
| |\ \ \ | | |/ / | |/| |
| | * | fs_path: let root run the ownership testsEdward Thomson2023-02-271-1/+5
| | |/
| * | 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-14143-92/+3764
| |\ \
| | * | 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-127-3/+122
| | * | odb: rename test file to avoid underscoreEdward Thomson2023-02-121-4/+4
| | * | tests: add a sha256 repositoryEdward Thomson2023-02-12117-0/+2569
| | * | tests: helpers for getting ints from configurationEdward Thomson2023-02-122-0/+22
| | * | repo: don't overwrite repo format version on reinitEdward Thomson2023-02-121-7/+26
| | * | repo: understand the `objectformat` extensionEdward Thomson2023-02-122-6/+78