We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74698bb commit a568701Copy full SHA for a568701
src/main/java/pl/project13/core/JGitProvider.java
@@ -104,6 +104,8 @@ public void prepareGitToExtractMoreDetailedRepoInformation() throws GitCommitIdE
104
}
105
evalCommit = revWalk.parseCommit(headObjectId);
106
revWalk.markStart(evalCommit);
107
+ } catch (GitCommitIdExecutionException e) {
108
+ throw e;
109
} catch (Exception e) {
110
throw new GitCommitIdExecutionException(e.getMessage(), e);
111
0 commit comments