summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* apply: add an options struct initializerethomson/opts_initEdward Thomson2019-06-141-0/+5
* Rename opt init functions to `options_init`Edward Thomson2019-06-145-21/+21
* Merge pull request #5097 from pks-t/pks/ignore-escapesEdward Thomson2019-06-134-1336/+157
|\
| * attr_file: account for escaped escapes when searching trailing spacePatrick Steinhardt2019-06-131-0/+17
| * attr_file: fix unescaping of escapes required for fnmatchPatrick Steinhardt2019-06-131-0/+62
| * path: only treat paths starting with '\' as absolute on Win32Patrick Steinhardt2019-06-131-0/+10
| * tests: unify ignore tests into their own dirPatrick Steinhardt2019-06-072-68/+68
| * tests: remove accidentally checked in backup filePatrick Steinhardt2019-06-071-1268/+0
* | Merge pull request #5108 from libgit2/ethomson/urlparse_empty_portEdward Thomson2019-06-131-0/+24
|\ \
| * | net: handle urls with a colon after host but no portEdward Thomson2019-06-111-0/+24
* | | Merge pull request #5022 from rcoup/merge-analysis-bare-repo-5017Patrick Steinhardt2019-06-134-112/+301
|\ \ \
| * | | Fix memleaks in analysis tests.Robert Coup2019-06-101-5/+9
| * | | Review fixes:Robert Coup2019-06-103-118/+129
| * | | Refactor testing:Robert Coup2019-06-10478-806/+224
| * | | merge: add doc header to analysis testsRobert Coup2019-06-102-0/+6
| * | | merge: tests for bare repo merge analysisRobert Coup2019-06-10475-0/+750
| | |/ | |/|
* | | Merge pull request #5104 from rcoup/patch-1Patrick Steinhardt2019-06-131-0/+26
|\ \ \ | |_|/ |/| |
| * | Add memleak check docsRobert Coup2019-06-121-0/+26
* | | Merge pull request #5098 from pks-t/pks/clar-data-drivenEdward Thomson2019-06-112-82/+86
|\ \ \
| * | | tests: object: consolidate cache testsPatrick Steinhardt2019-06-071-68/+57
| * | | tests: allow for simple data-driven testsPatrick Steinhardt2019-06-071-14/+29
| | |/ | |/|
* | | ci: enable all proxy testsEdward Thomson2019-06-101-1/+1
* | | winhttp: support default credentials for proxiesEdward Thomson2019-06-101-0/+22
* | | network: don't add arbitrary url rulesEdward Thomson2019-06-101-6/+0
* | | net: rename gitno_connection_data to git_net_urlEdward Thomson2019-06-102-169/+206
| |/ |/|
* | tests: checkout: fix symlink.git being created outside of sandboxPatrick Steinhardt2019-06-071-1/+5
|/
* Merge pull request #5095 from pks-t/pks/ignore-escaped-trailing-spaceEdward Thomson2019-06-061-0/+46
|\
| * ignore: handle escaped trailing whitespacePatrick Steinhardt2019-06-061-0/+46
* | Merge pull request #5074 from libgit2/ethomson/ignore_leading_slashEdward Thomson2019-06-061-0/+24
|\ \ | |/ |/|
| * ignore: test multiple leading slashesEdward Thomson2019-05-191-0/+24
* | online tests: use gitlab for auth failuresethomson/auth_failureEdward Thomson2019-06-051-1/+1
* | attr: ensure regular attr files can have whitespaceethomson/ignore_spacesEdward Thomson2019-05-243-7/+33
* | ignore: test that comments begin at position 0Edward Thomson2019-05-241-0/+4
* | ignore: test that leading whitespace is significantEdward Thomson2019-05-242-0/+1294
* | cache: fix cache eviction using deallocated keyPatrick Steinhardt2019-05-241-0/+8
* | 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