Skip to content

Commit 1779a9d

Browse files
feat: minor wording adjustments
1 parent de4d516 commit 1779a9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/resources/hudson/plugins/git/GitPublisher/config.jelly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
checkUrl="'descriptorByName/GitPublisher/checkRemote?value='+escape(this.value)" />
6666
</f:entry>
6767
<f:entry field="rebaseBeforePush"
68-
title="${%Rebase Before Push}">
68+
title="${%Rebase before push}">
6969
<f:checkbox />
7070
</f:entry>
7171
</table>

src/test/java/hudson/plugins/git/GitPublisherTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ public boolean perform(AbstractBuild<?, ?> build, Launcher launcher, BuildListen
799799
remoteGit.commit("commitFile1", remoteGit.johnDoe, "Added a file commitFile1");
800800
remoteGit.git.checkout(headRev.getName()); // allow to push to this repo later
801801

802-
// checkout initial commit and create another head with our changes.
802+
// commit onto the initial commit (creates a head with our changes later).
803803
workspaceGit.commit("commitFile2", remoteGit.johnDoe, "Added a file commitFile2");
804804

805805
return true;

0 commit comments

Comments
 (0)