]> source.dussan.org Git - jgit.git/commit
Improved creation of JGitInternalException 70/1370/1
authorChristian Halstrick <christian.halstrick@sap.com>
Mon, 23 Aug 2010 07:48:17 +0000 (09:48 +0200)
committerChristian Halstrick <christian.halstrick@sap.com>
Mon, 23 Aug 2010 08:20:43 +0000 (10:20 +0200)
commit5fc990130bbd3cf3a0d505c0e12132ec0ecd6b75
tree88d3a14101feae095a34fd274c7ab4a0f5ccb650
parente2e38792b5403da38d5e3ab0e15b626e051107f2
Improved creation of JGitInternalException

There where 3 cases where a JGitInternalExcption was created
without specifying the root cause. This has been fixed.

Change-Id: I2ee08d04732371cd9e30874b1437b61217770b6a
Signed-off-by: Christian Halstrick <christian.halstrick@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/api/CommitCommand.java
org.eclipse.jgit/src/org/eclipse/jgit/api/MergeCommand.java