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 message display issue after migration #72

Open ramjag1729 opened 3 years ago

ramjag1729 commented 3 years ago

In commit history complete commit message not present in git history .

I tried to modify parameter(commit.message.format) in migration.properties file but could not able to get exact commit message .Could you please provide details how to keep commit message.format value to get complete RTC history commit message to git commit comment .

Example: RTC history commit message: 123:Test message- change on 20200101

Git history commit message : 123 change on 20200101

So message is trimmed and displayed in git comment .in above example Test message is missing ,content between : and - symbol

amanpache14 commented 1 month ago

Hi @ramjag1729, are all the changesets commit messages loaded in GIT after the migration? I had around 450+ changesets but I can only see a few changesets after the migration. Can you share your migration.properties attributes?