You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
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
The text was updated successfully, but these errors were encountered: