]> source.dussan.org Git - jgit.git/commit
pgm: Handle IOException in Fetch command 26/135426/1
authorMatthias Sohn <matthias.sohn@sap.com>
Sun, 20 Jan 2019 20:19:53 +0000 (21:19 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Sun, 20 Jan 2019 21:18:41 +0000 (22:18 +0100)
commit7a64771b9e761ef37c8ab0a29ffe03d29b688ec4
tree62f07ea5f1f424bb452ad281b33925f27eaf6aa9
parente65497ad0913089d28c67ecd9dfaeede6725e84a
pgm: Handle IOException 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: If8be68621c7135435cd067ef638460b175786b1b
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Fetch.java