]> source.dussan.org Git - jgit.git/commit
pgm: Handle exceptions in Clean command 02/135202/3
authorMatthias Sohn <matthias.sohn@sap.com>
Wed, 16 Jan 2019 23:31:58 +0000 (00:31 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Sun, 20 Jan 2019 00:24:19 +0000 (01:24 +0100)
commit5482980e4f28472061b3d66be3e362f175d28dc3
tree9b32b605c1d11605feed7a07323f33fffec4e7a6
parentfe52e2fb8ef447040014bbd9396bfe4a8e8315cf
pgm: Handle exceptions in Clean 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: Ic06bf16c9bfc79753a9ec767f8030a12887df168
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Clean.java