]> source.dussan.org Git - jgit.git/commit
Add ignoreRemoteFailures option to RepoCommand 40/68240/5
authorYuxuan 'fishy' Wang <fishywang@google.com>
Fri, 11 Mar 2016 19:44:49 +0000 (11:44 -0800)
committerYuxuan 'fishy' Wang <fishywang@google.com>
Fri, 11 Mar 2016 22:20:24 +0000 (14:20 -0800)
commit0ecb016d7db42ab83584cab3c1554d4d28cc5062
tree8bf443678751f53c41d3370bd737d4ad5df71761
parentcff546b0cbcdbaaa8757c94f25e845e81bd633be
Add ignoreRemoteFailures option to RepoCommand

With ignoreRemoteFailures set to true, we can ignore remote failures
(e.g. the branch of a project described in the manifest file does not
exist), skip that project and continue to the next one, instead of fail
the whole operation.

Change-Id: I8b3765713599e34f1411f9bbc7f575ec7c2384e0
Signed-off-by: Yuxuan 'fishy' Wang <fishywang@google.com>
org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java