summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* oid: `is_zero` instead of `iszero`Edward Thomson2019-06-161-10/+10
* Merge pull request #5110 from pks-t/pks/wildmatchEdward Thomson2019-06-154-28/+305
|\
| * attr_file: convert to use `wildmatch`Patrick Steinhardt2019-06-151-0/+22
| * config_file: use `wildmatch` to evaluate conditionalsPatrick Steinhardt2019-06-151-0/+3
| * config_file: do not include trailing '/' for "gitdir" conditionalsPatrick Steinhardt2019-06-151-26/+28
| * global: convert trivial `fnmatch` users to use `wildcard`Patrick Steinhardt2019-06-151-3/+3
| * posix: remove implicit include of "fnmatch.h"Patrick Steinhardt2019-06-151-0/+2
| * wildmatch: import wildmatch from git.gitPatrick Steinhardt2019-06-151-0/+248
* | posix: remove `p_fallocate` abstractionPatrick Steinhardt2019-06-141-41/+0
* | tests: object: refactor largefile test to not use `p_fallocate`Patrick Steinhardt2019-06-141-25/+15
|/
* Merge pull request #5109 from pks-t/pks/test-mergeanalysis-variantEdward Thomson2019-06-144-202/+27
|\
| * tests: merge::analysis: use variants to deduplicate test suitesPatrick Steinhardt2019-06-134-202/+27
* | 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