Hey there 😉.
As in the question title, merged tag is not visible in the commits history when merging branches. Sometimes it shows `MERGED` tag but often not.
Â
STEPS TO REPRODUCE THE PROBLEM:
Scenario: I am done with branch `GR-115` and want to merge to `develop`. I `commit` and `push` all the changes to remote `GR-115` branch. Then I follow the steps:
git checkout develop
git fetch origin develop
git pull origin develop
git merge GR-115
git push origin develop
What we see in the Bitbucket remote repo -> Commits tab


Â
Expected behavior:Â

We would like to know what causes the issue and why sometimes the `MERGED` tag is visible and why often not. Having this tag displayed really helps to understand what's going on in commits history and gives a clear picture. I would appreciate your help 
Thank you in advance,
Maciej