summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* attr: ensure regular attr files can have whitespaceethomson/ignore_spacesEdward Thomson2019-05-243-7/+33
* attr: optionally treat leading whitespace as significantEdward Thomson2019-05-241-4/+11
* 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
* Merge pull request #5088 from pks-t/pks/cache-eviction-segfaultEdward Thomson2019-05-242-2/+9
|\
| * cache: fix cache eviction using deallocated keyPatrick Steinhardt2019-05-242-2/+9
* | Merge pull request #5085 from pks-t/pks/security.mdPatrick Steinhardt2019-05-242-3/+15
|\ \ | |/ |/|
| * SECURITY.md: split out security-relevant bits from readmePatrick Steinhardt2019-05-242-3/+15
* | Merge pull request #5086 from jacquesg/netbsdEdward Thomson2019-05-241-1/+1
|\ \ | |/ |/|
| * NetBSD < 7 doesn't have posix_fallocateJacques Germishuys2019-05-241-1/+1
|/
* Merge pull request #5084 from eaigner/garbage-valuePatrick Steinhardt2019-05-241-1/+1
|\
| * repository: fix garbage return valueErik Aigner2019-05-231-1/+1
|/
* Merge pull request #5083 from libgit2/ethomson/pcre_warningsEdward Thomson2019-05-231-0/+1
|\
| * cmake: disable fallthrough warnings for PCREethomson/pcre_warningsEdward Thomson2019-05-221-0/+1
|/
* Merge pull request #5073 from libgit2/ethomson/config_section_validityEdward Thomson2019-05-222-22/+98
|\
| * config: rename subsection header parser funcethomson/config_section_validityEdward Thomson2019-05-221-2/+2
| * config: validate quoted section valueEdward Thomson2019-05-222-10/+79
| * config: don't write invalid columnEdward Thomson2019-05-221-2/+9
| * config: lowercase error messagesEdward Thomson2019-05-221-10/+10
|/
* Merge pull request #5060 from pks-t/pks/refspec-nested-globsEdward Thomson2019-05-224-36/+49
|\
| * refspec: fix transforming nested starsPatrick Steinhardt2019-04-262-12/+10
| * refs: loosen restriction on wildcard "*" refspecsPatrick Steinhardt2019-04-263-23/+38
| * tests: network::refspecs: add missing assert when parsing refspecPatrick Steinhardt2019-04-261-1/+1
* | Merge pull request #4935 from libgit2/ethomson/pcreEdward Thomson2019-05-2167-12195/+47608
|\ \
| * | ci: use a mix of regex backendsEdward Thomson2019-05-212-6/+6
| * | regex: use REGEX_BACKEND as the cmake option nameEdward Thomson2019-05-212-11/+11
| * | regex: optionally use PCRE2Edward Thomson2019-05-195-2/+55
| * | regex: use system PCRE if availableEdward Thomson2019-05-193-4/+54
| * | regex: disambiguate builtin vs system pcreEdward Thomson2019-05-193-2/+3
| * | regex: allow regex selection in cmakeEdward Thomson2019-05-194-45/+66
| * | core::posix: skip some locale tests on win32Edward Thomson2019-05-191-7/+18
| * | win32: move type definitions for improved inclusionEdward Thomson2019-05-194-103/+129
| * | regex: don't warn on unused functionsEdward Thomson2019-05-191-0/+2
| * | 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
| * | diff_driver: detect memory allocation errors when loading diff driverPatrick Steinhardt2019-05-191-3/+9
| * | regexec: use pcre as our fallback/builtin regexEdward Thomson2019-05-1946-11987/+47138
| * | fuzzers: use system includesEdward Thomson2019-05-191-0/+1
| * | regexec: prefix all regexec function calls with p_Edward Thomson2019-05-1912-77/+106
* | | Merge pull request #5062 from tiennou/fix/ssh-url-substitutionEdward Thomson2019-05-215-31/+142
|\ \ \
| * | | remote: add callback to resolve URLs before connectingErik Aigner2019-05-215-31/+142
|/ / /
* | | Merge pull request #5075 from libgit2/ethomson/ignore_skip_bomPatrick Steinhardt2019-05-212-1/+35
|\ \ \
| * | | ignore: skip UTF8 BOM in ignore fileethomson/ignore_skip_bomEdward Thomson2019-05-191-1/+12
| * | | ignore: test we can handle an ignore file with BOMEdward Thomson2019-05-191-0/+23
| |/ /
* | | Merge pull request #5080 from dbrnz/issue-5079Patrick Steinhardt2019-05-211-1/+0
|\ \ \
| * | | Use tabs for indentation (#5079).David Brooks2019-05-211-5/+5