summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* object: deprecate git_object__size for removalcmn/object-size-nopublicCarlos Martín Nieto2019-07-293-24/+16
* Merge pull request #5181 from pks-t/pks/config-iterator-refreshEdward Thomson2019-07-223-21/+110
|\
| * tests: remote: add test suite to test listing remotesJordan Wallet2019-07-211-0/+43
| * config_file: refresh when creating an iteratorPatrick Steinhardt2019-07-212-5/+49
| * config_file: do not refresh read-only backendsPatrick Steinhardt2019-07-211-2/+4
| * config_file: consistently use `GIT_CONTAINER_OF`Patrick Steinhardt2019-07-211-14/+14
|/
* Merge pull request #5141 from pks-t/pks/azure-drop-powershellPatrick Steinhardt2019-07-2123-315/+144
|\
| * azure-pipelines: make gitdaemon tests work on Win32Patrick Steinhardt2019-07-201-3/+4
| * azure: skip SSH tests on Win32 platformsPatrick Steinhardt2019-07-202-0/+8
| * azure: use bash scripts across all platformsPatrick Steinhardt2019-07-205-194/+8
| * azure: avoid executing compiler if there is nonePatrick Steinhardt2019-07-201-3/+5
| * azure: explicitly specify CMake generatorPatrick Steinhardt2019-07-204-13/+35
| * azure: replace mingw setup with bashPatrick Steinhardt2019-07-204-29/+19
| * azure: fix building in MinGW via BashPatrick Steinhardt2019-07-203-7/+9
| * azure: move build scripts into "azure-pipelines" directoryPatrick Steinhardt2019-07-2015-14/+14
| * tests: execute leak checker via CTest directlyPatrick Steinhardt2019-07-208-56/+37
| * clar: provide ability to set summary file via environmentPatrick Steinhardt2019-07-201-3/+10
| * fuzzers: provide test targetsPatrick Steinhardt2019-07-202-3/+5
* | Merge pull request #5180 from libgit2/ethomson/futilsEdward Thomson2019-07-201-1/+1
|\ \
| * | 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