rtc2gitcli icon indicating copy to clipboard operation
rtc2gitcli copied to clipboard

Commit message display issue after migration

Open ramjag1729 opened this issue 5 years ago • 1 comments

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

ramjag1729 avatar Nov 16 '20 04:11 ramjag1729

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?

amanpache14 avatar Jul 12 '24 11:07 amanpache14