]> source.dussan.org Git - jgit.git/commit
pgm: Handle exceptions in LsTree command 34/135434/2
authorMatthias Sohn <matthias.sohn@sap.com>
Sun, 20 Jan 2019 20:37:04 +0000 (21:37 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Sun, 20 Jan 2019 23:54:14 +0000 (00:54 +0100)
commita19ad89d990777990c9e422ca478ff0b314cd5fa
tree3a412a690050b93f31e0cbb5500981fb240e97aa
parent1b16fed56a37a9ff14f7f2d2a45dd16a9fe31f51
pgm: Handle exceptions in LsTree 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: Ib3ae59eeb90143eca1a0b515c59457a0eb2cc383
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/LsTree.java