summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
* | | | | | Merge pull request #4883 from pks-t/pks/signature-tz-oobPatrick Steinhardt2018-11-131-0/+20
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | signature: fix out-of-bounds read when parsing timezone offsetPatrick Steinhardt2018-11-091-0/+20
* | | | | | Merge pull request #4667 from tiennou/feature/remote-create-apiPatrick Steinhardt2018-11-133-96/+388
|\ \ \ \ \ \
| * | | | | | tests: unwarranted NULL-ificationEtienne Samson2018-11-021-1/+0
| * | | | | | tests: remote/create: remove macro and unroll testsEtienne Samson2018-11-021-29/+63
| * | | | | | remote: add a flag to prevent generation of the default fetchspecEtienne Samson2018-11-021-5/+1
| * | | | | | remote: add a creation flag for ignoring url.insteadOfEtienne Samson2018-11-021-0/+17
| * | | | | | remote: provide a generic API for creating remotesEtienne Samson2018-11-021-0/+152
| * | | | | | tests: count config section helper already existsEtienne Samson2018-11-021-29/+12
| * | | | | | tests: git_remote_create_detachedEtienne Samson2018-11-021-0/+30
| * | | | | | tests: check what happens with the remote. section countsEtienne Samson2018-11-021-0/+29
| * | | | | | tests: git_remote_create_anonymousEtienne Samson2018-11-021-0/+21
| * | | | | | tests: git_remote_create_with_fetchspecEtienne Samson2018-11-021-0/+23
| * | | | | | tests: consolidate all remote creation tests in one test suiteEtienne Samson2018-11-022-62/+70
| * | | | | | tests: rename remote creation test suiteEtienne Samson2018-11-021-13/+13
* | | | | | | Merge pull request #4818 from pks-t/pks/index-collisionPatrick Steinhardt2018-11-131-2/+49
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | index: fix adding index entries with conflicting filesPatrick Steinhardt2018-10-191-2/+49
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #4705 from libgit2/ethomson/applyEdward Thomson2018-11-1112-2/+2620
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | 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-053-0/+313
| * | | | | 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-054-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