summaryrefslogtreecommitdiff
path: root/tests/apply
Commit message (Expand)AuthorAgeFilesLines
* tests: apply: verify that we correctly truncate the source bufferPatrick Steinhardt2019-02-211-0/+33
* index: use new enum and structure namesEdward Thomson2018-12-011-2/+2
* tests: move apply_helpers functions into own compilation unitPatrick Steinhardt2018-11-282-126/+141
* Merge pull request #4847 from noahp/noahp/null-arg-fixesEdward Thomson2018-11-181-1/+2
|\
| * tests: address two null argument instancesNoah Pendleton2018-11-131-1/+2
* | tests: apply: fix reference to deprecated `git_buf_free`Patrick Steinhardt2018-11-131-2/+2
* | tests: apply: fix missing `cl_git_pass` wrappersPatrick Steinhardt2018-11-132-4/+4
* | test: ensure applying a patch can't delete a file twiceethomson/applyEdward Thomson2018-11-052-0/+45
* | apply: test re-adding a file after removing itEdward Thomson2018-11-052-0/+50
* | apply: test modifying a file after renaming itEdward Thomson2018-11-052-0/+72
* | apply: test renaming a file after modifying itEdward Thomson2018-11-052-5/+20
* | apply: test that we can't rename a file after modifying itEdward Thomson2018-11-052-0/+36
* | apply: test modify delta after rename deltaEdward Thomson2018-11-052-0/+50
* | apply: test multiple deltas to new fileEdward Thomson2018-11-052-0/+43
* | apply: handle multiple deltas to the same fileEdward Thomson2018-11-052-0/+47
* | apply: test rename 1 to 2Edward Thomson2018-11-052-0/+36
* | apply: test rename 2 to 1Edward Thomson2018-11-052-0/+34
* | apply: test circular renameEdward Thomson2018-11-052-0/+35
* | apply: test rename A -> B -> C scenariosEdward Thomson2018-11-052-0/+142
* | apply: handle exact renamesEdward Thomson2018-11-052-0/+31
* | apply: validate unchanged mode when applying bothEdward Thomson2018-11-051-0/+17
* | apply: test a patch with rename and modificationEdward Thomson2018-11-052-0/+40
* | patch: add tests for aborting hunk callbackJason Haslam2018-11-051-0/+71
* | patch: add support for partial patch applicationJason Haslam2018-11-052-0/+207
* | apply: introduce a hunk callbackEdward Thomson2018-11-053-2/+40
* | apply tests: tests a diff w/ many small changesEdward Thomson2018-11-052-0/+112
* | apply tests: test delta callback skipEdward Thomson2018-11-051-0/+38
* | apply tests: test delta callback errorsEdward Thomson2018-11-051-0/+52
* | apply: move location to an argument, not the optsEdward Thomson2018-11-054-87/+29
* | apply tests: ensure mode changes occurEdward Thomson2018-11-053-0/+62
* | apply tests: test with CR/LF filteringEdward Thomson2018-11-051-0/+53
* | apply: validate workdir contents match index for BOTHEdward Thomson2018-11-051-0/+37
* | apply tests: ensure we can patch a modified fileEdward Thomson2018-11-053-0/+125
* | apply tests: test index+workdir applicationEdward Thomson2018-11-051-0/+281
* | apply test: apply with non-conflicting changesEdward Thomson2018-11-052-0/+70
* | apply tests: ensure apply failures leave index unmodifiedEdward Thomson2018-11-051-0/+34
* | apply tests: modified wd items are ok when applying to indexEdward Thomson2018-11-041-0/+43
* | apply tests: ensure we can add and remove files from the indexEdward Thomson2018-11-041-0/+56
* | apply tests: GIT_APPLY_LOCATION_INDEX with parsed patchesEdward Thomson2018-11-041-0/+28
* | apply tests: GIT_APPLY_LOCATION_INDEX with generated patchesEdward Thomson2018-11-042-0/+94
* | apply tests: move helpers into common areaEdward Thomson2018-11-042-152/+155
* | apply: test that failures don't dirty workdirEdward Thomson2018-11-041-0/+29
* | apply: test a patch can be applied even with a modified indexEdward Thomson2018-11-041-22/+15
* | apply: test that the index is not modifiedEdward Thomson2018-11-041-0/+76
* | apply tests: separate common patch hunksEdward Thomson2018-11-041-73/+59
* | apply tests: use `git_iterator_foreach` for testsEdward Thomson2018-11-041-51/+69
* | apply: handle file additionsEdward Thomson2018-11-041-4/+49
* | apply: handle file deletionsEdward Thomson2018-11-041-0/+49
* | apply: test `git_apply` with a parsed patchEdward Thomson2018-11-041-0/+49
* | apply: test `git_apply` application to a workdirEdward Thomson2018-11-041-0/+124