summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fuzzer: use futils instead of fileopsethomson/futilsEdward Thomson2019-07-201-1/+1
* Merge pull request #5151 from pks-t/pks/w32-unlink-symlinkEdward Thomson2019-07-20137-186/+288
|\
| * checkout: postpone creation of symlinks to the endPatrick Steinhardt2019-07-201-3/+10
| * win32: fix symlinks to relative file targetsPatrick Steinhardt2019-07-202-3/+46
| * 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
| * win32: correctly unlink symlinks to directoriesPatrick Steinhardt2019-07-201-0/+16
| * path: extract function to check whether a path supports symlinksPatrick Steinhardt2019-07-207-35/+31
| * fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-20130-131/+131
|/
* Merge pull request #5179 from pks-t/pks/patch-parse-freeEdward Thomson2019-07-201-1/+1
|\
| * patch_parse: fix segfault due to line containing static contentsPatrick Steinhardt2019-07-201-1/+1
|/
* Merge pull request #5173 from pks-t/pks/gitignore-wildmatch-errorEdward Thomson2019-07-202-6/+16
|\
| * ignore: fix determining whether a shorter pattern negates anotherPatrick Steinhardt2019-07-182-6/+16
* | Merge pull request #5159 from pks-t/pks/patch-parse-old-missing-nlEdward Thomson2019-07-206-20/+109
|\ \
| * | patch_parse: ensure valid patch output with EOFNLErik Aigner2019-07-114-16/+58
| * | patch_parse: handle missing newline indicator in old filePatrick Steinhardt2019-07-113-1/+36
| * | apply: refactor to use a switch statementPatrick Steinhardt2019-07-111-10/+14
| * | diff: ignore EOFNL for computing patch IDsPatrick Steinhardt2019-07-111-2/+10
* | | Merge pull request #5158 from pks-t/pks/patch-parsed-lifetimeEdward Thomson2019-07-202-1/+25
|\ \ \
| * | | patch_parse: do not depend on parsed buffer's lifetimePatrick Steinhardt2019-07-052-1/+25
* | | | Merge pull request #5174 from pks-t/pks/winhttp-hashEdward Thomson2019-07-204-9/+9
|\ \ \ \
| * | | | azure: compile one Windows platform with the WinHTTP SHA1 backendPatrick Steinhardt2019-07-182-2/+2
| * | | | sha1: win32: fix compilation due to unknown typePatrick Steinhardt2019-07-181-1/+1
| * | | | cmake: include SHA1 headers into our source filesPatrick Steinhardt2019-07-181-6/+6
| | |_|/ | |/| |
* | | | Merge pull request #5176 from pks-t/pks/repo-template-headEdward Thomson2019-07-203-301/+335
|\ \ \ \
| * | | | repository: do not initialize HEAD if it's provided by templatesPatrick Steinhardt2019-07-192-1/+47
| * | | | repository: update error handling in `init_ext`Patrick Steinhardt2019-07-191-24/+19
| * | | | repository: avoid swallowing error codes in `create_head`Patrick Steinhardt2019-07-191-11/+9
| * | | | 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-1928-194/+209
|\ \ \ \ \
| * | | | | configuration: deprecate git_cvar safelyethomson/cvarEdward Thomson2019-07-181-0/+14
| * | | | | configuration: cvar -> configmapPatrick Steinhardt2019-07-1827-194/+195
* | | | | | Merge pull request #5172 from bk2204/cache-efficient-evictionPatrick Steinhardt2019-07-181-1/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | cache: evict items more efficientlybrian m. carlson2019-07-171-1/+4
* | | | | | Merge pull request #5175 from pks-t/pks/clar-fix-suite-countPatrick Steinhardt2019-07-181-1/+1
|\ \ \ \ \ \
| * | | | | | tests: fix undercounting of suitesPatrick Steinhardt2019-07-181-1/+1
|/ / / / / /
* | | | | | Merge pull request #5163 from csware/gitignore-vs2017Patrick Steinhardt2019-07-181-0/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Ignore VS2017 specific files and foldersSven Strickroth2019-07-121-0/+2
| |/ / / /
* | | | | Merge pull request #5156 from pks-t/pks/attr-macros-in-subdirPatrick Steinhardt2019-07-189-171/+365
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | attr_file: ignore macros defined in subdirectoriesPatrick Steinhardt2019-07-128-40/+66
| * | | | attr_file: refactor `parse_buffer` functionPatrick Steinhardt2019-07-121-32/+29
| * | | | attr_file: refactor `load_standalone` functionPatrick Steinhardt2019-07-121-18/+13
| * | | | attrcache: fix memory leak if inserting invalid macro to cachePatrick Steinhardt2019-07-121-2/+11
| * | | | attrcache: fix multiple memory leaks when inserting macrosPatrick Steinhardt2019-07-121-10/+16
| * | | | 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
* | | | | Merge pull request #5168 from tiennou/clar/fix-data-suite-countPatrick Steinhardt2019-07-181-1/+1
|\ \ \ \ \