]> source.dussan.org Git - jgit.git/commit
pgm: Handle GitAPIException in Add command 98/135198/1
authorMatthias Sohn <matthias.sohn@sap.com>
Wed, 16 Jan 2019 17:02:07 +0000 (18:02 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Wed, 16 Jan 2019 23:43:39 +0000 (00:43 +0100)
commitcced9395045664b13c76f547edfdd7451507230c
tree1f54fdc8e4089e710c7a5dcda0f122186919c342
parent137e91a4654b4f516d1f82885c669e14473dbfd6
pgm: Handle GitAPIException in Add 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: I02940bdc1645c1d5e0abeeb4f1bafde1b8c54a1c
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Add.java