summaryrefslogtreecommitdiff
path: root/tests/apply/apply_helpers.h
Commit message (Expand)AuthorAgeFilesLines
* apply: ensure we validate pathsEdward Thomson2021-04-281-0/+9
* apply: add GIT_APPLY_CHECKDrew DeVault2019-10-221-0/+21
* tests: move apply_helpers functions into own compilation unitPatrick Steinhardt2018-11-281-126/+6
* test: ensure applying a patch can't delete a file twiceethomson/applyEdward Thomson2018-11-051-0/+34
* apply: test re-adding a file after removing itEdward Thomson2018-11-051-0/+25
* apply: test modifying a file after renaming itEdward Thomson2018-11-051-0/+50
* apply: test renaming a file after modifying itEdward Thomson2018-11-051-3/+3
* apply: test that we can't rename a file after modifying itEdward Thomson2018-11-051-0/+25
* apply: test modify delta after rename deltaEdward Thomson2018-11-051-0/+25
* apply: test multiple deltas to new fileEdward Thomson2018-11-051-0/+17
* apply: handle multiple deltas to the same fileEdward Thomson2018-11-051-0/+22
* apply: test rename 1 to 2Edward Thomson2018-11-051-0/+10
* apply: test rename 2 to 1Edward Thomson2018-11-051-0/+10
* apply: test circular renameEdward Thomson2018-11-051-0/+10
* apply: test rename A -> B -> C scenariosEdward Thomson2018-11-051-0/+92
* apply: handle exact renamesEdward Thomson2018-11-051-0/+6
* apply: test a patch with rename and modificationEdward Thomson2018-11-051-0/+15
* apply tests: tests a diff w/ many small changesEdward Thomson2018-11-051-0/+60
* apply tests: ensure mode changes occurEdward Thomson2018-11-051-0/+5
* apply tests: GIT_APPLY_LOCATION_INDEX with generated patchesEdward Thomson2018-11-041-0/+27
* apply tests: move helpers into common areaEdward Thomson2018-11-041-0/+154