-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
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