Fixed issue #3261: Review/Apply single patch does not work anymore if patch does...
commit711c89b1cf34405857f25fb69e5156ae02b3a544
authorSven Strickroth <email@cs-ware.de>
Fri, 31 Aug 2018 16:12:41 +0000 (31 18:12 +0200)
committerSven Strickroth <email@cs-ware.de>
Sat, 1 Sep 2018 05:15:43 +0000 (1 07:15 +0200)
tree2855bc51708b37c9de238acf95493ec119d9f4ed
parenta8ed1ca651f97957704846bb209da975592a68f6
Fixed issue #3261: Review/Apply single patch does not work anymore if patch does not apply cleanly

Signed-off-by: Sven Strickroth <email@cs-ware.de>
src/Changelog.txt
src/Git/GitPatch.cpp
src/TortoiseMerge/Patch.cpp
test/UnitTests/PatchTest.cpp [new file with mode: 0644]
test/UnitTests/UnitTests.vcxproj
test/UnitTests/UnitTests.vcxproj.filters
test/UnitTests/resources/patches/SVN-diff.patch [new file with mode: 0644]
test/UnitTests/resources/patches/git-diff.patch [new file with mode: 0644]
test/UnitTests/resources/patches/git-format-patch-no-prefix.patch [new file with mode: 0644]
test/UnitTests/resources/patches/manual.patch [new file with mode: 0644]
test/UnitTests/resources/patches/old-git-diff.patch [new file with mode: 0644]