]> source.dussan.org Git - jgit.git/commit
pgm: Handle GitAPIException in Fetch command 01/135201/3
authorMatthias Sohn <matthias.sohn@sap.com>
Wed, 16 Jan 2019 17:02:39 +0000 (18:02 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Sun, 20 Jan 2019 00:23:27 +0000 (01:23 +0100)
commitfe52e2fb8ef447040014bbd9396bfe4a8e8315cf
treeeae0b6da0e7dc6bff01919010af909c39cca4a8a
parentbe2ae1e10342bef4a32b173079e97c08acb13169
pgm: Handle GitAPIException in Fetch 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: I043838143df7280351186ee1bcca4d1cc4832257
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Fetch.java