summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | tests: sanitize file hierarchy after running rmdir testsPatrick Steinhardt2018-10-051-0/+6
| * | | | | tests: Add some more tests for git_futils_rmdir_rSven Strickroth2018-10-051-0/+16
| | |_|_|/ | |/| | |
* | | | | Merge pull request #4830 from pks-t/pks/diff-stats-rename-commonEdward Thomson2018-10-0714-5/+45
|\ \ \ \ \
| * | | | | diff_stats: use git's formatting of renames with common directoriesPatrick Steinhardt2018-10-042-5/+19
| * | | | | tests: verify diff stats with renames in subdirectoryPatrick Steinhardt2018-10-0413-1/+27
| |/ / / /
* | | | | Merge pull request #4839 from palmin/ignore-unsupported-http-authEdward Thomson2018-10-071-1/+4
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | ignore unsupported http authentication schemesAnders Borum2018-10-061-1/+4
|/ / / /
* | | | Merge pull request #4837 from pks-t/cmn/reject-option-submodule-url-pathPatrick Steinhardt2018-10-052-8/+103
|\ \ \ \
| * | | | submodule: ignore path and url attributes if they look like optionsCarlos Martín Nieto2018-10-051-8/+23
| * | | | submodule: add failing test for option-injection protection in url and pathCarlos Martín Nieto2018-10-051-0/+80
* | | | | Merge pull request #4836 from pks-t/pks/smart-packetsPatrick Steinhardt2018-10-054-109/+465
|\ \ \ \ \
| * | | | | smart_pkt: do not accept callers passing in no line lengthPatrick Steinhardt2018-10-031-3/+3
| * | | | | smart_pkt: return parsed length via out-parameterPatrick Steinhardt2018-10-031-29/+34
| * | | | | smart_pkt: reorder and rename parameters of `git_pkt_parse_line`Patrick Steinhardt2018-10-034-36/+36
| * | | | | smart_pkt: fix buffer overflow when parsing "unpack" packetsPatrick Steinhardt2018-10-031-4/+2
| * | | | | smart_pkt: fix "ng" parser accepting non-space characterPatrick Steinhardt2018-10-031-2/+2
| * | | | | smart_pkt: fix buffer overflow when parsing "ok" packetsPatrick Steinhardt2018-10-032-16/+16
| * | | | | smart_pkt: fix buffer overflow when parsing "ACK" packetsPatrick Steinhardt2018-10-032-30/+34
| * | | | | smart_pkt: adjust style of "ref" packet parsing functionPatrick Steinhardt2018-10-031-25/+19
| * | | | | smart_pkt: check whether error packets are prefixed with "ERR "Patrick Steinhardt2018-10-031-2/+9
| * | | | | smart_pkt: explicitly avoid integer overflows when parsing packetsPatrick Steinhardt2018-10-032-6/+6
| * | | | | smart_pkt: honor line length when determining packet typePatrick Steinhardt2018-10-031-6/+6
| * | | | | tests: verify parsing logic for smart packetsPatrick Steinhardt2018-10-031-0/+348
| | |/ / / | |/| | |
* | | | | Merge pull request #4832 from pks-t/pks/config-includes-null-derefPatrick Steinhardt2018-10-052-3/+44
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | config_file: properly ignore includes without "path" valuePatrick Steinhardt2018-10-052-1/+14
| * | | | tests: always unlink created config filesPatrick Steinhardt2018-10-051-2/+30
| | |/ / | |/| |
* | | | Merge pull request #4831 from pks-t/pks/int-conversionEdward Thomson2018-10-052-2/+3
|\ \ \ \ | |/ / / |/| | |
| * | | cmake: explicitly enable int-conversion warningsPatrick Steinhardt2018-10-051-0/+1
| * | | tests: fix warning for implicit conversion of integer to pointerPatrick Steinhardt2018-10-051-2/+2
|/ / /
* | | Merge pull request #4829 from pks-t/pks/cmake-cmp0054Edward Thomson2018-10-041-2/+5
|\ \ \
| * | | cmake: enable new quoted argument policy CMP0054Patrick Steinhardt2018-10-041-0/+3
| * | | cmake: remove spaces between `IF` and `(` for policiesPatrick Steinhardt2018-10-041-2/+2
| |/ /
* | | Merge pull request #4824 from palmin/packbuilder-interesting-blobPatrick Steinhardt2018-10-041-1/+1
|\ \ \
| * | | fix check if blob is uninteresting when inserting tree to packbuilderAnders Borum2018-10-011-1/+1
| |/ /
* | | Merge pull request #4827 from tiennou/fix/documentation-fixupsPatrick Steinhardt2018-10-043-20/+59
|\ \ \ | |/ / |/| |
| * | config: fix incorrect filename in documentation commentEtienne Samson2018-10-011-1/+1
| * | doc: small fixups & additionsEtienne Samson2018-10-013-19/+58
* | | Merge pull request #4812 from libgit2/ethomson/ci-refactorEdward Thomson2018-09-296-58/+76
|\ \ \
| * | | ci: don't stop on failureethomson/ci-refactorEdward Thomson2018-09-292-8/+17
| * | | ci: append -r flag to clar on windowsEdward Thomson2018-09-291-7/+24
| * | | ci: add SKIP_*_TESTS for windows buildsEdward Thomson2018-09-171-19/+26
| * | | ci: write test result XMLethomson/clar-xmlEdward Thomson2018-09-111-3/+6
| * | | Revert "clar: introduce CLAR_XML option"Edward Thomson2018-09-104-26/+8
| * | | ci: only run the exact named testEdward Thomson2018-09-101-1/+1
* | | | Merge pull request #4767 from pks-t/pks/config-memCarlos Martín Nieto2018-09-2814-545/+983
|\ \ \ \
| * | | | config: introduce new read-only in-memory backendPatrick Steinhardt2018-09-284-1/+372
| * | | | config_entries: refactor entries iterator memory ownershipPatrick Steinhardt2018-09-283-13/+53
| * | | | config_entries: internalize structure declarationsPatrick Steinhardt2018-09-282-11/+13
| * | | | config_entries: abstract away reference countingPatrick Steinhardt2018-09-283-11/+16
| * | | | config_entries: abstract away iteration over entriesPatrick Steinhardt2018-09-283-25/+24