]> source.dussan.org Git - jgit.git/commit
pgm: Handle exceptions in DiffTree command 23/135423/1
authorMatthias Sohn <matthias.sohn@sap.com>
Sun, 20 Jan 2019 20:12:03 +0000 (21:12 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Sun, 20 Jan 2019 21:18:40 +0000 (22:18 +0100)
commitc2fb5873b445c005b40544ee47134d2eca9a61d7
treeaf524ef4f09657ad4b22ecfe7f12a3e2ae3e2ce1
parente2d1736e69086dace6e91e2a810ee52f1748ef45
pgm: Handle exceptions in DiffTree command

This avoids we show a stacktrace on the console by default when this
type of exception is thrown during the run method is executed.

Change-Id: I087b3e510682c68cae74c069b10050c7acb48a29
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/DiffTree.java