]> source.dussan.org Git - jgit.git/commit
pgm: Handle NoWorkTreeException and IOException in Blame command 99/135199/3
authorMatthias Sohn <matthias.sohn@sap.com>
Wed, 16 Jan 2019 17:04:55 +0000 (18:04 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Sun, 20 Jan 2019 00:08:26 +0000 (01:08 +0100)
commit2f94a26b17a38dbabc2a37a3d65cd17c84d96e1e
tree16bcada1bbdd2df920ee0564fd7b7f0fa6b13bbc
parent562976f417f21f3f2852ba9e91e12c292c39fa02
pgm: Handle NoWorkTreeException and IOException in Blame 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: I9290b057b004e9ee4137d968ba4f5759442aacb6
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Blame.java