Additional placeholders in commit message template#103
Merged
mhoffrog merged 2 commits intowoolfg:masterfrom Feb 21, 2026
Merged
Additional placeholders in commit message template#103mhoffrog merged 2 commits intowoolfg:masterfrom
mhoffrog merged 2 commits intowoolfg:masterfrom
Conversation
mhoffrog
reviewed
Feb 21, 2026
45ece4b to
1bd38d0
Compare
Collaborator
|
@dotsam Many THANKS for your contribution! Your PR is merged and new release 2026-02-21 did have been published. If you don't mind, you could update plugin documentation at https://www.dokuwiki.org/plugin:gitbacked accordingly. Thanks again and take care - Markus |
Contributor
Author
|
Thanks so much for the quick merge and release! Documentation has been updated to list the new substitutions |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 New Feature
This adds probable placeholders used in a commit message template:
%mail%: substituted by the users eMail address%ns%: substituted by the pages namespace (applied to page commits only)\n: substituted by the newline (0x0a) characterIn addition code implementation is improved to centralize
%mail%,%user%and\ncharacter substitution that are available anywhere.