summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | Fix indentation (#5079).David Brooks2019-05-211-5/+5
| * | | We still need to update pkgconfig variables when zlib is unbundled (#5079).David Brooks2019-05-211-0/+5
| * | | We've already added `ZLIB_LIBRARIES` to `LIBGIT2_LIBS` so don't also add the ...David Brooks2019-05-211-6/+0
|/ / /
* | | Merge pull request #5077 from jacquesg/symbolic_link_flag_directoryEdward Thomson2019-05-201-0/+4
|\ \ \ | |/ / |/| |
| * | define SYMBOLIC_LINK_FLAG_DIRECTORY if not definedJacques Germishuys2019-05-201-0/+4
|/ /
* | Merge branch 'pr/5061'Edward Thomson2019-05-122-1/+26
|\ \
| * | revwalk: update error message for clarityEdward Thomson2019-05-121-1/+1
| * | revwalk: fix memory leak in error handlingHeiko Voigt2019-05-102-1/+11
| * | git_revwalk_push_range: do not crash if range is missingHeiko Voigt2019-05-032-0/+15
* | | Merge pull request #5065 from danielgindi/feature/win32_symlink_dirEdward Thomson2019-05-121-2/+7
|\ \ \
| * | | Moved dwFlags declaration to beginning of scopeDaniel Cohen Gindi2019-05-061-1/+2
| * | | Support symlinks for directories in win32Daniel Cohen Gindi2019-05-051-2/+6
* | | | Merge pull request #5057 from eaigner/merge-rebase-onto-nameEdward Thomson2019-05-123-0/+54
|\ \ \ \ | |/ / / |/| | |