Skip to content

Commit 6b76f4a

Browse files
Robert FührichtRobert Führicht
authored andcommitted
Removes HTML tags from writeSignoffCommit setting description in web ui
1 parent bbaad03 commit 6b76f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/gitblit/wicket/GitBlitWebApp.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ gb.requireApprovalDescription = patchsets must be approved before merge button i
558558
gb.requireScore = require score
559559
gb.requireScoreDescription = patchsets must be rated this high before merge button is enabled
560560
gb.writeSignoffCommit = write signoff commit
561-
gb.writeSignoffCommitDescription = reviewed patchsets will have lines of the form 'value: reviewer name <reviewer email>' added to their merge commit.\nE.g. if set to <em>Signed-off-by</em>: 'Signed-off-by: reviewer <[email protected]>'. Please see the <a target="_new" href="https://git.wiki.kernel.org/index.php/CommitMessageConventions">conventions</a> on the meaning of possible values for this.
561+
gb.writeSignoffCommitDescription = reviewed patchsets will have lines of the form 'value: reviewer name <reviewer email>' added to their merge commit.\nE.g. if set to 'Signed-off-by': 'Signed-off-by: reviewer <[email protected]>'.
562562
gb.topic = topic
563563
gb.proposalTickets = proposed changes
564564
gb.bugTickets = bugs

0 commit comments

Comments
 (0)