]> source.dussan.org Git - jgit.git/commit
pgm: Handle IOException in ShowRef command 14/135514/1
authorMatthias Sohn <matthias.sohn@sap.com>
Mon, 21 Jan 2019 22:44:20 +0000 (23:44 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Mon, 21 Jan 2019 22:44:20 +0000 (23:44 +0100)
commit5ca4075c450acf70481caa664d70993f0611b782
treeb1fa7b6a16649af6ce90ed55cdcc0058ef221d6f
parent390fe5b878b98682936acf27a2e1499d8695fbca
pgm: Handle IOException in ShowRef 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: If18a5d8013f1cb393af3a5e5a1ec9613ac2151bd
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/ShowRef.java