A fixed message template is not applied when committed

In IntelliJ, I installed the Atlassian connector to view my problems with Jira in the IDE. Then I integrate the IntelliJ task problem server, setting it up Tasks > Serversin my project settings.

In this configuration, I can set the template for Commit messages, so when I decide to commit the changes, the commit message will follow this template. However, this does not work, when you call Commit Changes for a specific list of changes, the commit message is always the name of the list.

I am using Subversion as a VCS. I searched googled for a while, and I found some results that say about the “Change commit” checkbox in the commit window when using Git. However, I cannot find this checkbox.

Is this commit object binding pattern associated with the VCS used? and does IntelliJ support for the Subversion case?

+4
source share
1 answer

In fact, the solution was to select the Add commit message check box on the Commit Message tab so that the generation of the commit message takes effect.

0
source

Source: https://habr.com/ru/post/1532525/


All Articles