Comments on Merge Request Disappear when 'git commit --amend' is used
Created by: claudijd
If I have a merge request that has comments already in gitlab and I use 'git commit --amend' to change the last commit message and push those changes up to gitlab all the pre-existing comments on the merge are wiped clean.
If this is expected behavior, please let me know. If not, I think it would be good if the pre-existing comments on the merge were preserved.
Thanks!