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 0f8e120 commit c439d46Copy full SHA for c439d46
1 file changed
src/main/java/org/jenkinsci/plugins/gitclient/JGitAPIImpl.java
@@ -1737,7 +1737,6 @@ public void execute() throws GitException {
1737
.getAbsolutePath()
1738
.replace('\\', '/');
1739
listener.getLogger().println("Using reference repository: " + reference);
1740
- // git implementations on windows also use
1741
try (PrintWriter w = new PrintWriter(alternates, StandardCharsets.UTF_8)) {
1742
// git implementations on windows also use
1743
w.print(absoluteReference);
0 commit comments