]> source.dussan.org Git - jgit.git/commit
Do not perform character translation on copies in patches 80/8880/2
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Tue, 27 Nov 2012 07:51:31 +0000 (08:51 +0100)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Thu, 27 Dec 2012 16:29:13 +0000 (17:29 +0100)
commit92893d1f92b12922a41accd53da19b074090f15e
tree0d2e7f3e85c314d06f7922e2f1557d13f8230ca1
parentc310fa0c802f40a774edb58641de3ac5bfad0e2c
Do not perform character translation on copies in patches

Translation is unnecessary and risks damaging the file. Also
ensure that we close the file if an I/O error occurs.

Change-Id: Ieae6eb941fdeaa61f2611f4cd14dd39117aa12f9
org.eclipse.jgit/src/org/eclipse/jgit/api/ApplyCommand.java