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