What is the correct way to add a change identifier to a merge transaction afterwards?
I merged some changes from the main branches that caused a merge that does not contain the change identifier. This is not the last commit, so commit -amend does not work.
I tried using interactive redirects, but cannot find a comment between other commits to rewrite the commit message.
How can i solve this? Is there a meter to avoid these situations?
Thanks,
Hubi
source share