]> source.dussan.org Git - jgit.git/commit
Fix ApplyCommand which doesn't work if patch adds empty file 72/144072/6
authorAnton Khodos <khodosanton@gmail.com>
Fri, 14 Jun 2019 15:16:15 +0000 (17:16 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Mon, 19 Aug 2019 00:37:04 +0000 (02:37 +0200)
commit5e44bfa3ad462e1220426492c53606c6a643a970
tree003ec4c56e4fdab69b2e4840b6357dabecf2f1d7
parent8c7f1a699a65738220dd08a130295804cad32a32
Fix ApplyCommand which doesn't work if patch adds empty file

Bug: 548219
Change-Id: Ibb32132a38e54508a24489322da58ddfd80a1d9a
Signed-off-by: Anton Khodos <khodosanton@gmail.com>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/diff/A3.patch [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/diff/A3_PostImage [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/ApplyCommandTest.java
org.eclipse.jgit/src/org/eclipse/jgit/api/ApplyCommand.java