summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* config: validate quoted section valueEdward Thomson2019-05-221-0/+70
* Merge pull request #5060 from pks-t/pks/refspec-nested-globsEdward Thomson2019-05-222-11/+25
|\
| * refspec: fix transforming nested starsPatrick Steinhardt2019-04-261-0/+5
| * refs: loosen restriction on wildcard "*" refspecsPatrick Steinhardt2019-04-262-10/+19
| * tests: network::refspecs: add missing assert when parsing refspecPatrick Steinhardt2019-04-261-1/+1
* | Merge pull request #4935 from libgit2/ethomson/pcreEdward Thomson2019-05-212-22/+95
|\ \
| * | core::posix: skip some locale tests on win32Edward Thomson2019-05-191-7/+18
| * | tests: regcomp: use proper character classesEdward Thomson2019-05-191-2/+2
| * | tests: regcomp: test that regex functions succeedEdward Thomson2019-05-191-9/+9
| * | tests: regcomp: assert character groups do match normal alphabetPatrick Steinhardt2019-05-191-0/+42
| * | tests: regex: restructure setup of localesPatrick Steinhardt2019-05-191-34/+29
| * | tests: regex: add test with LC_COLLATE being setEdward Thomson2019-05-191-0/+25
| * | tests: fix p_regcomp test not checking return typePatrick Steinhardt2019-05-191-1/+1
| * | regexec: prefix all regexec function calls with p_Edward Thomson2019-05-192-9/+9
* | | remote: add callback to resolve URLs before connectingErik Aigner2019-05-212-9/+78
* | | ignore: test we can handle an ignore file with BOMEdward Thomson2019-05-191-0/+23
|/ /
* | Merge branch 'pr/5061'Edward Thomson2019-05-121-0/+18
|\ \
| * | revwalk: fix memory leak in error handlingHeiko Voigt2019-05-101-0/+9
| * | git_revwalk_push_range: do not crash if range is missingHeiko Voigt2019-05-031-0/+9
| |/
* | Merge pull request #5057 from eaigner/merge-rebase-onto-nameEdward Thomson2019-05-121-0/+10
|\ \
| * | rebase: orig_head and onto accessorsErik Aigner2019-04-211-0/+10
| |/
* | Correctly write to missing locked global configIan Hattendorf2019-04-291-0/+30
|/
* Merge pull request #5050 from libgit2/ethomson/windows_init_traversalEdward Thomson2019-04-171-0/+12
|\
| * git_repository_init: stop traversing at windows rootethomson/windows_init_traversalEdward Thomson2019-04-171-0/+12
* | Merge pull request #5027 from ddevault/masterPatrick Steinhardt2019-04-162-0/+28
|\ \ | |/ |/|
| * patch_parse.c: Handle CRLF in parse_header_startDrew DeVault2019-04-052-0/+28
* | ignore: treat paths with trailing "/" as directoriesPatrick Steinhardt2019-04-051-0/+16
|/
* Merge pull request #4874 from tiennou/test/4615Edward Thomson2019-04-042-0/+90
|\
| * tests: test largefiles on win32Edward Thomson2019-04-041-4/+0
| * p_fallocate: add a test for our implementationEdward Thomson2019-02-221-0/+41
| * tests: test that largefiles can be read through the tree APIEtienne Samson2019-01-301-0/+53
* | Merge pull request #5034 from pks-t/pks/symlinked-user-configEdward Thomson2019-04-042-0/+62
|\ \
| * | tests: config: assure that we can read symlinked global configurationPatrick Steinhardt2019-03-291-0/+17
| * | tests: config: verify that the global config is actually readablePatrick Steinhardt2019-03-291-0/+12
| * | tests: repo: verify that we can open repos with symlinked global configPatrick Steinhardt2019-03-291-0/+30
| * | tests: config: make sure to clean up after each testPatrick Steinhardt2019-03-291-0/+3
* | | Merge pull request #5035 from pks-t/pks/diff-with-space-in-filenamesEdward Thomson2019-04-042-0/+27
|\ \ \
| * | | tests: diff: test parsing diffs with a new file with spaces in its pathErik Aigner2019-03-292-0/+27
| |/ /
* | | ignore: move tests from status to attr ignore suiteSteven King Jr2019-03-202-40/+25
* | | ignore: add additional test casesSteven King Jr2019-03-151-3/+5
* | | ignore: Do not match on prefix of negated patternsSteve King Jr2019-03-141-3/+23
* | | Implement failing test for gitignore of complex subdirectory negationTyler Ang-Wanek2019-03-141-0/+18
|/ /
* | Merge pull request #5000 from augfab/branch_lookup_allEdward Thomson2019-02-251-2/+25
|\ \
| * | branch: add test for git_branch_lookup to accept GIT_BRANCH_ALLAugustin Fabre2019-02-221-2/+25
* | | indexer: use git_indexer_progress throughoutEdward Thomson2019-02-226-19/+19
* | | Merge pull request #4901 from pks-t/pks/uniform-map-apiEdward Thomson2019-02-223-100/+211
|\ \ \
| * | | oidmap: remove legacy low-level interfacePatrick Steinhardt2019-02-151-163/+62
| * | | strmap: remove legacy low-level interfacePatrick Steinhardt2019-02-151-30/+15
| * | | maps: provide high-level iteration interfacePatrick Steinhardt2019-02-152-3/+50
| * | | oidmap: introduce high-level setter for key/value pairsPatrick Steinhardt2019-02-151-0/+44