The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Tree no longer shows merges

Gary Giebler
May 25, 2023

When I merge a branch back into develop or main, it leaves the branch hanging as if it never merged.  It used to show a line back to the main branch.  This has been this way for several months (versions).  It happens on all of my projects so I don't think it is bad data in one of the project git folders.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Martin Runge
Community Champion
September 2, 2026

Hi Gary,

I would first check if the merges are fast-forwarding. If Git can fast-forward, no merge commit is created, so there is no line to draw, and the branch looks unmerged. Tick Create a commit even if merge resolved via fast forward in the merge dialog, or run git config --global merge.ff false.

I would also confirm the History view is set to All branches rather than the current branch, and that Show Remote Branches is enabled.

Cheers, Martin

TAGS
AUG Leaders

Atlassian Community Events