151152153154155156157158159160161
return walk.parseCommit(branch); } catch (IOException e) { throw new JGitFlowIOException(e); } finally { if (null != walk) {
271272273274275276277278
return remote; } catch (IOException e) { throw new JGitFlowIOException(e); } }
297298299300301302303304
return local; } catch (IOException e) { throw new JGitFlowIOException(e); } }
412413414415416417418419
catch (IOException e) { reporter.errorText("GitHelper",e.getMessage()); reporter.endMethod(); reporter.flush(); throw new JGitFlowIOException(e); } }
132133134135136137138139
return new JGitFlow(gitRepo, gfConfig, new JGitFlowReporter()); } catch (IOException e) { throw new JGitFlowIOException(e); } }
6566676869707172737475
return walk.parseCommit(commit); } catch (IOException e) { throw new JGitFlowIOException(e); } finally { if (null != walk) {
123124125126127128129130131
{ throw new JGitFlowGitAPIException(e); } catch (IOException e) { throw new JGitFlowIOException(e); } }
148149150151152153154155156157158
281282283284285286287288
307308309310311312313314