]> source.dussan.org Git - jgit.git/commit
pgm: Handle exceptions in LsFiles command 31/135431/2
authorMatthias Sohn <matthias.sohn@sap.com>
Sun, 20 Jan 2019 20:32:21 +0000 (21:32 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Sun, 20 Jan 2019 23:54:14 +0000 (00:54 +0100)
commit1978f180a213c6b6ad6cab95e1606a229889e08c
tree1138a8d72fc7fcd5becb2124dc761348b2aa3b96
parent5739d1b314c8015149936dae83d29cb7ef2e7266
pgm: Handle exceptions in LsFiles 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: I7d71e194f0a7e4180094a9b36dbb55dd90c9722e
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/LsFiles.java