Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[commit] Configuration of commit message format #100

Open
aik099 opened this issue Sep 3, 2016 · 0 comments
Open

[commit] Configuration of commit message format #100

aik099 opened this issue Sep 3, 2016 · 0 comments

Comments

@aik099
Copy link
Member

aik099 commented Sep 3, 2016

Currently commit message looks is composed of 3 parts:

  1. changelist name (when committing via changelist)
  2. merge details (when committing merge result)
  3. 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant