summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | reflog: allow adding entries with newlines in their messagePatrick Steinhardt2019-10-183-3/+42
* | | commit: add failing tests for object checking for git_commit_with_signatureCarlos Martín Nieto2019-10-301-8/+32
* | | Merge pull request #5276 from pks-t/pks/patch-fuzzing-fixesPatrick Steinhardt2019-10-292-0/+54
|\ \ \
| * | | patch_parse: detect overflow when calculating old/new line positionPatrick Steinhardt2019-10-212-0/+15
| * | | patch_parse: fix out-of-bounds read with No-NL linesPatrick Steinhardt2019-10-191-0/+13
| * | | patch_parse: reject empty path namesPatrick Steinhardt2019-10-192-0/+13
| * | | patch_parse: reject patches with multiple old/new pathsPatrick Steinhardt2019-10-192-0/+13
* | | | Merge pull request #5227 from ddevault/checkPatrick Steinhardt2019-10-242-0/+142
|\ \ \ \
| * | | | apply: add GIT_APPLY_CHECKDrew DeVault2019-10-222-0/+142
| |/ / /
* | | | Merge pull request #5264 from henkesn/refs-unlock-on-commitPatrick Steinhardt2019-10-241-0/+26
|\ \ \ \ | |/ / / |/| | |
| * | | refs: unlock unmodified refs on transaction commitSebastian Henke2019-10-171-0/+26
| |/ /
* | | Merge pull request #5273 from dlax/parse-diff-without-extended-headersPatrick Steinhardt2019-10-172-0/+20
|\ \ \
| * | | patch_parse: handle patches without extended headersDenis Laxalde2019-10-162-0/+20
| |/ /
* | | tests: submodule: test cloning edge casesPatrick Steinhardt2019-10-171-0/+37
* | | tests: submodule: make use of sandboxes to clean reposPatrick Steinhardt2019-10-171-9/+9
* | | tests: submodule: fix tests for cloning submodulesPatrick Steinhardt2019-10-171-52/+0
* | | submodule: provide a wrapper for simple submodule clone stepsEtienne Samson2019-10-172-54/+81
|/ /
* | Merge pull request #5257 from henkesn/masterPatrick Steinhardt2019-10-111-0/+21
|\ \
| * | refs: fix locks getting forcibly removedSebastian Henke2019-10-101-0/+21
* | | Merge pull request #5260 from pks-t/pks/cmake3Patrick Steinhardt2019-10-111-6/+1
|\ \ \
| * | | cmake: update minimum CMake version to v3.5.1Patrick Steinhardt2019-10-101-6/+1
| |/ /
* | | Merge pull request #5248 from dlax/parse-patch-empty-filesPatrick Steinhardt2019-10-101-0/+20
|\ \ \ | |/ / |/| |
| * | patch_parse: handle patches with new empty filesDenis Laxalde2019-09-281-0/+20
| |/
* | Merge pull request #5226 from pks-t/pks/regexp-apiEdward Thomson2019-09-282-120/+213
|\ \ | |/ |/|
| * posix: remove superseded POSIX regex wrappersPatrick Steinhardt2019-09-211-120/+0
| * regexp: implement new regular expression APIPatrick Steinhardt2019-09-211-0/+213
* | buffer: fix printing into out-of-memory bufferPatrick Steinhardt2019-09-211-0/+20
* | buffer: fix infinite loop when growing buffersPatrick Steinhardt2019-09-211-3/+19
|/
* cred: separate public interface from low-level detailsEtienne Samson2019-09-131-11/+7
* Merge pull request #5195 from tiennou/fix/commitish-smart-pushPatrick Steinhardt2019-09-135-9/+12
|\
| * smart: use push_glob instead of manual filteringEtienne Samson2019-08-215-9/+12
* | open:fix memory leak when passing NULL to git_repository_open_extLaurence McGlashan2019-09-101-0/+11
* | Merge pull request #5209 from mkostyuk/apply-wrong-patchEdward Thomson2019-09-092-0/+37
|\ \
| * | apply: Test for EOFNL mishandling when several hunks are processedMax Kostyukevich2019-08-282-0/+37
| |/
* | Merge pull request #5210 from buddyspike/masterEdward Thomson2019-09-091-0/+44
|\ \
| * | ignore: correct handling of nested rules overriding wild card unignorebuddyspike2019-08-281-0/+44
| |/
* | Merge pull request #5208 from mkostyuk/apply-removed-new-fileEdward Thomson2019-08-271-0/+36
|\ \
| * | apply: free test dataEdward Thomson2019-08-271-1/+1
| * | apply: Test for git_apply_to_tree failures when new files are addedMax Kostyukevich2019-08-211-0/+36
| |/
* | Merge pull request #5189 from libgit2/ethomson/attrs_from_headEdward Thomson2019-08-2777-11/+297
|\ \
| * | filter: test second-level in-repo `.gitattributes`ethomson/attrs_from_headEdward Thomson2019-08-111-0/+23
| * | tests: add a subdirectory to crlf testsEdward Thomson2019-08-1112-5/+25
| * | filter: test we can filter a blob in a bare repoEdward Thomson2019-08-1168-0/+134
| * | filter: test that system attributes can be ignoredEdward Thomson2019-08-111-0/+27
| * | filter: ensure system attributes are readEdward Thomson2019-08-111-0/+54
| * | blob: convert users of git_blob_filtered_contentEdward Thomson2019-08-112-14/+14
| * | filter: add a crlf blob testEdward Thomson2019-07-211-0/+28
* | | Merge pull request #5196 from pks-t/pks/config-include-onbranchEdward Thomson2019-08-273-40/+134
|\ \ \
| * | | config: implement "onbranch" conditionalPatrick Steinhardt2019-08-011-0/+40
| * | | tests: config: catch OOM when assembling conditional configPatrick Steinhardt2019-08-011-3/+3