summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* support fetch unshallow option on shallow reposyuangli2022-08-092-0/+93
* edit tests for shallow clonesyuangli2022-08-021-10/+38
* fix clone::shallow test behaviouryuangli2022-07-291-1/+1
* eliminate build warningsyuangli2022-07-291-9/+9
* Merge branch 'transportPR' into shallow-clone-networkyuangli2022-07-291-0/+105
|\
| * add test for shallow repo depth 1yuangli2022-07-191-11/+49
| * enable cloning of shallow repoyuangli2022-07-191-9/+16
| * rewrite shallow_rootyuangli2022-07-071-3/+7
| * attempt to buildyuangli2022-07-053-245/+2
| * Merge branch 'pr/tiennou/4747' into transportPRyuangli2022-07-043-0/+299
* | Merge branch 'mw_dev' into shallow-clone-localYuang Li2022-07-29169-1125/+1760
|\ \
| * | 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
* | | | eliminate build warningsyuangli2022-07-273-0/+0
* | | | Merge branch 'pr/pks-t/5254' into shallow-clone-localyuangli2022-07-2632-0/+440
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | disable shallow clone feature flag in test cleanupYuang Li2022-06-282-0/+2
| * | enable shallow clone support in tests when necessaryYuang Li2022-06-282-0/+2
| * | move feature flag tests to tests/grafts/shallow.cYuang Li2022-06-272-11/+10
| * | add test for shallow feature flagYuang Li2022-06-271-0/+11
| * | Merge branch 'main' into pr/pks-t/5254Yuang Li2022-06-24148-1018/+5179
| |\ \
| * | | repository: do not expose grafting mechanismPatrick Steinhardt2020-06-271-26/+27
| * | | repository: reuse grafts for shallow rootsPatrick Steinhardt2020-06-271-9/+12
| * | | grafts: move parsing into grafts modulePatrick Steinhardt2020-06-271-0/+149
| * | | grafts: make the structure self-contained and opaquePatrick Steinhardt2020-06-271-9/+8
| * | | tests: graft commitsEtienne Samson2020-06-2732-39/+274
* | | | 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
| * | | | tests: error when create branch with invalid nameyuangli2022-07-111-0/+8
| * | | | tests: follow clar naming conventionyuangli2022-07-111-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #6347 from libgit2/ethomson/no_pack_v3Edward Thomson2022-07-121-2/+2
|\ \ \ \