summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5187 from ianhattendorf/fix/clone-whitespaceEdward Thomson2019-08-142-1/+7
|\
| * clone: Remove whitespace ssh testIan Hattendorf2019-08-131-15/+0
| * clone: Update whitespace test urlIan Hattendorf2019-08-121-4/+4
| * clone: whitespace in url ssh testIan Hattendorf2019-07-252-2/+18
| * clone: whitespace in url testIan Hattendorf2019-07-241-0/+5
* | Merge pull request #4913 from implausible/feature/signing-rebase-commitsPatrick Steinhardt2019-08-091-0/+243
|\ \
| * | fixup: code cleanup around rebase commit signingTyler Ang-Wanek2019-07-021-9/+3
| * | fixup: More generic signing_cb for future flexibilityTyler Wanek2019-01-241-8/+8
| * | Update formatting of newly added rebase sign test suiteTyler Wanek2019-01-231-124/+124
| * | Single callback for commit signing in rebase w/ git_bufTyler Wanek2019-01-231-33/+30
| * | Add tests for signing rebase commitsTyler Wanek2019-01-231-0/+252
* | | Implement test for graph ahead and behindJanardhan Pulivarthi2019-07-221-0/+58
| |/ |/|
* | tests: remote: add test suite to test listing remotesJordan Wallet2019-07-211-0/+43
* | config_file: refresh when creating an iteratorPatrick Steinhardt2019-07-211-0/+45
* | Merge pull request #5141 from pks-t/pks/azure-drop-powershellPatrick Steinhardt2019-07-212-9/+24
|\ \
| * | tests: execute leak checker via CTest directlyPatrick Steinhardt2019-07-201-6/+14
| * | clar: provide ability to set summary file via environmentPatrick Steinhardt2019-07-201-3/+10
* | | win32: fix symlinks to relative file targetsPatrick Steinhardt2019-07-201-0/+24
* | | tests: core: improve symlink test coveragePatrick Steinhardt2019-07-203-9/+49
* | | tests: core: add missing asserts for several function callsPatrick Steinhardt2019-07-201-5/+5
* | | path: extract function to check whether a path supports symlinksPatrick Steinhardt2019-07-204-22/+6
* | | fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-2093-93/+93
|/ /
* | 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