rtcTo / rtc2gitcli

An IBM's RTC SCM tool extension to migrate an RTC repository into a Git repository
https://rtc.to
MIT License
28 stars 34 forks source link

Commit messages with no comments #32

Closed akoptelov closed 7 years ago

akoptelov commented 7 years ago

The GIT commit message is generated basing on RTC Wi # and change set comment. If change set comment is empty, commit message would consist only of WI # what is not very convenient. Also as RTC includes WI summary to the change set representation in e.g. Eclipse client, people tend to keep comments empty.

I'd suggest more possibilities to customize commit message, e.g. using first WI summary as commit message text. Also it would be good to have message basing on WI texts, not only numbers.

akoptelov commented 7 years ago

Now it should be possible to use Work Item summary in commit message.