Force push bug
Created by: axos88
Hello!
Amending and push -f -ing a commit to the repo does not modify the references in the issues.
For ex. I push a commit with text 'closes #4 (closed)', and then amending it and pushing again (--force) will leave the "status changed to close by commit" pointing to the old commit, rather than the new one.
This may very well lead to problems during code review.
I know pushing --force should be avoided, however some developers are using it, and anyways it should not introduce orphan references in the gitlab repository either.