summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5480 from libgit2/ethomson/coverityPatrick Steinhardt2020-04-041-2/+2
|\
| * repo::open: ensure we can open the repositoryethomson/coverityEdward Thomson2020-04-031-2/+2
* | Merge pull request #5477 from pks-t/pks/rename-detection-negative-cachesPatrick Steinhardt2020-04-041-0/+77
|\ \ | |/ |/|
| * merge: cache negative cache results for similarity metricsPatrick Steinhardt2020-04-011-0/+77
* | Merge pull request #5388 from bk2204/repo-format-v1Patrick Steinhardt2020-04-021-0/+46
|\ \
| * | repository: handle format v1brian m. carlson2020-02-111-0/+46
* | | patch: correctly handle mode changes for renamesPatrick Steinhardt2020-03-262-0/+14
| |/ |/|
* | Fix segfault when calling git_blame_buffer()lhchavez2020-03-235-1/+31
* | win32: test relative symlinksethomson/canonicalPatrick Steinhardt2020-03-101-0/+20
* | win32: introduce relative path handling functionEdward Thomson2020-03-101-0/+40
* | win32: clarify usage of path canonicalization funcsEdward Thomson2020-03-081-10/+0
* | Merge pull request #5374 from pks-t/pks/diff-with-empty-subtreePatrick Steinhardt2020-02-192-0/+92
|\ \
| * | tests: diff: add test to verify behaviour with empty dir orderingPatrick Steinhardt2020-02-071-0/+43
| * | tests: diff: verify that we are able to diff with empty subtreesPatrick Steinhardt2020-02-071-0/+49
* | | Merge pull request #5391 from pks-t/pks/coverity-fixesPatrick Steinhardt2020-02-199-20/+14
|\ \ \
| * | | tests: add missing error checksPatrick Steinhardt2020-02-077-17/+11
| * | | tests: blame: fix conversion specifiers in format stringPatrick Steinhardt2020-02-072-3/+3
* | | | tests: object: decrease number of concurrent cache accessesPatrick Steinhardt2020-02-181-4/+4
| |_|/ |/| |
* | | tests: iterator: fix iterator expecting too few itemsPatrick Steinhardt2020-02-071-9/+9
| |/ |/|
* | transports: http: fix custom headers not being appliedPatrick Steinhardt2020-02-071-0/+15
|/
* fetchhead: strip credentials from remote URLPatrick Steinhardt2020-01-312-1/+36
* credential: change git_cred to git_credentialethomson/credtypeEdward Thomson2020-01-263-65/+65
* ci: add NTLM testsEdward Thomson2020-01-241-7/+8
* tests: allow users to use expect/continueEdward Thomson2020-01-242-0/+14
* tests: support CLAR_TRACE_LEVELEdward Thomson2020-01-241-15/+0
* net: introduce git_net_url_joinpathEdward Thomson2020-01-241-0/+194
* net: refactor gitno redirect handlingEdward Thomson2020-01-241-10/+10
* tests: test that clone returns 4321Edward Thomson2020-01-241-2/+2
* ci: perform SPNEGO testsEdward Thomson2020-01-241-6/+7
* merge: update enum type name for consistencyEdward Thomson2020-01-181-1/+1
* Merge pull request #5361 from csware/no-return-freed_objectPatrick Steinhardt2020-01-171-0/+2
|\
| * Do not return free'd git_repository object on errorSven Strickroth2020-01-161-0/+2
* | refs: refuse to delete HEADJosh Bleecher Snyder2020-01-155-10/+23
|/
* win32: fix relative symlinks pointing into dirsPatrick Steinhardt2020-01-101-0/+27
* netops: handle intact query parameters in service_suffix removalJosh Bleecher Snyder2020-01-091-0/+16
* tests: pack: add missing asserts around `git_packbuilder_write`Patrick Steinhardt2020-01-091-5/+5
* tests: submodule: verify setup of relative URLsPatrick Steinhardt2020-01-061-0/+21
* Merge pull request #5300 from tiennou/fix/branch-documentationPatrick Steinhardt2019-12-131-0/+44
|\
| * refs: rename git_reference__set_name to git_reference__reallocEtienne Samson2019-12-131-0/+44
* | Merge pull request #5333 from lrm29/attr_binary_macroPatrick Steinhardt2019-12-131-4/+6
|\ \
| * | attr: Update definition of binary macroLaurence McGlashan2019-12-121-4/+6
| |/
* | path: support non-ascii drive letters on dosEdward Thomson2019-12-101-0/+11
* | index: ensure that we respect core.protectNTFS=falseEdward Thomson2019-12-101-0/+20
* | tree: ensure we protect NTFS paths everywhereEdward Thomson2019-12-101-5/+3
* | path: protect NTFS everywhereEdward Thomson2019-12-101-0/+15
* | test: ensure we can't add a protected pathEdward Thomson2019-12-101-0/+56
* | test: improve badname verification testEdward Thomson2019-12-101-9/+9
* | test: ensure treebuilder validate new protection rulesEdward Thomson2019-12-101-0/+1
* | test: ensure index adds validate new protection rulesEdward Thomson2019-12-101-0/+3
* | test: improve badname verification testEdward Thomson2019-12-101-12/+12