summaryrefslogtreecommitdiff
path: root/tests/apply/both.c
Commit message (Expand)AuthorAgeFilesLines
* tests: apply: fix missing `cl_git_pass` wrappersPatrick Steinhardt2018-11-131-3/+3
* test: ensure applying a patch can't delete a file twiceethomson/applyEdward Thomson2018-11-051-0/+11
* 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/+22
* apply: test renaming a file after modifying itEdward Thomson2018-11-051-2/+17
* apply: test that we can't rename a file after modifying itEdward Thomson2018-11-051-0/+11
* apply: test modify delta after rename deltaEdward Thomson2018-11-051-0/+25
* apply: test multiple deltas to new fileEdward Thomson2018-11-051-0/+26
* apply: handle multiple deltas to the same fileEdward Thomson2018-11-051-0/+25
* apply: test rename 1 to 2Edward Thomson2018-11-051-0/+26
* apply: test rename 2 to 1Edward Thomson2018-11-051-0/+24
* apply: test circular renameEdward Thomson2018-11-051-0/+25
* apply: test rename A -> B -> C scenariosEdward Thomson2018-11-051-0/+50
* apply: handle exact renamesEdward Thomson2018-11-051-0/+25
* apply: validate unchanged mode when applying bothEdward Thomson2018-11-051-0/+17
* apply: test a patch with rename and modificationEdward Thomson2018-11-051-0/+25
* apply: move location to an argument, not the optsEdward Thomson2018-11-051-40/+10
* 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-051-0/+43
* apply tests: test index+workdir applicationEdward Thomson2018-11-051-0/+281