summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5173 from pks-t/pks/gitignore-wildmatch-errorEdward Thomson2019-07-201-0/+15
|\
| * ignore: fix determining whether a shorter pattern negates anotherPatrick Steinhardt2019-07-181-0/+15
* | Merge pull request #5159 from pks-t/pks/patch-parse-old-missing-nlEdward Thomson2019-07-202-3/+33
|\ \
| * | patch_parse: ensure valid patch output with EOFNLErik Aigner2019-07-111-9/+15
| * | patch_parse: handle missing newline indicator in old filePatrick Steinhardt2019-07-112-0/+24
* | | Merge pull request #5158 from pks-t/pks/patch-parsed-lifetimeEdward Thomson2019-07-201-0/+20
|\ \ \
| * | | patch_parse: do not depend on parsed buffer's lifetimePatrick Steinhardt2019-07-051-0/+20
* | | | Merge pull request #5176 from pks-t/pks/repo-template-headEdward Thomson2019-07-202-267/+297
|\ \ \ \
| * | | | repository: do not initialize HEAD if it's provided by templatesPatrick Steinhardt2019-07-191-0/+35
| * | | | tests: repo: refactor setup of templates and reposPatrick Steinhardt2019-07-191-67/+45
| * | | | tests: repo: refactor template path handlingPatrick Steinhardt2019-07-191-32/+20
| * | | | tests: repo: move template tests into their own suitePatrick Steinhardt2019-07-192-267/+296
* | | | | Merge pull request #5138 from libgit2/ethomson/cvarPatrick Steinhardt2019-07-195-20/+20
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | configuration: cvar -> configmapPatrick Steinhardt2019-07-185-20/+20
* | | | | tests: fix undercounting of suitesPatrick Steinhardt2019-07-181-1/+1
|/ / / /
* | | | Merge pull request #5156 from pks-t/pks/attr-macros-in-subdirPatrick Steinhardt2019-07-183-71/+248
|\ \ \ \ | |_|_|/ |/| | |
| * | | attr_file: ignore macros defined in subdirectoriesPatrick Steinhardt2019-07-122-1/+17
| * | | tests: attr: verify that in-memory macros are respectedPatrick Steinhardt2019-07-121-0/+55
| * | | tests: attr: implement tests to verify attribute rewriting behaviourPatrick Steinhardt2019-07-122-0/+85
| * | | tests: attr: extract macro tests into their own suitePatrick Steinhardt2019-07-122-70/+91
| | |/ | |/|
* | | clar: correctly account for "data" suites when countingEtienne Samson2019-07-161-1/+1
* | | fileops: fix creation of directory in filesystem rootPatrick Steinhardt2019-07-111-2/+43
|/ /
* | config_file: implement stat cache to avoid repeated rehashingPatrick Steinhardt2019-07-112-0/+7
* | Merge pull request #5143 from libgit2/ethomson/warningsPatrick Steinhardt2019-07-054-9/+9
|\ \
| * | tests: trace: fix parameter type of aux callbackPatrick Steinhardt2019-07-051-1/+1
| * | clar: use `size_t` to keep track of current line numberPatrick Steinhardt2019-07-053-8/+8
| |/
* | tests: attr: add tests for system-level attributesPatrick Steinhardt2019-07-041-0/+45
|/
* win32: cast WinAPI to void * before castingEdward Thomson2019-06-241-2/+2
* mingw: use `struct stat`Edward Thomson2019-06-241-1/+1
* fetchhead: use size_t in testsEdward Thomson2019-06-241-5/+5
* object: use literal constant in bigfile testEdward Thomson2019-06-241-1/+2
* worktree: use size_t in testsEdward Thomson2019-06-241-1/+1
* largefile tests: only write 2GB on 32-bit platformsethomson/largefiles_32bitEdward Thomson2019-06-231-1/+5
* attr: rename constants and macros for consistencyethomson/attrEdward Thomson2019-06-165-63/+63
* index: rename `frombuffer` to `from_buffer`Edward Thomson2019-06-165-18/+18
* blob: add underscore to `from` functionsEdward Thomson2019-06-168-17/+17
* 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