You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently commit message looks is composed of 3 parts:
changelist name (when committing via changelist)
merge details (when committing merge result)
conflicts list (when conflicts were recorded)
and looks like this:
This is Changelist Name
Merging from Trunk to Stable
* r1111: PRJ-1234 - Task Description
1. change1 made in this task
2. change1 made in this task
* r2222: PRJ-5555 - Task Description
1. change1 made in this task
2. change1 made in this task
* r3333: PRJ-1234 - Task Description
1. change1 made in this task
2. change1 made in this task
Conflicts:
* file one.yyx
* file two.xxx
Proposing to add commit.commit-template config setting with this default value:
{changelist}
{merge}
{conflicts}
User then will be able to:
remove unneeded parts on project level
adjust their order
add some static text
The text was updated successfully, but these errors were encountered:
Currently commit message looks is composed of 3 parts:
and looks like this:
Proposing to add
commit.commit-template
config setting with this default value:User then will be able to:
The text was updated successfully, but these errors were encountered: