Deleting branches in git causes gitk to go wild
        Posted  
        
            by a2h
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by a2h
        
        
        
        Published on 2010-02-02T06:55:35Z
        Indexed on 
            2010/03/11
            17:59 UTC
        
        
        Read the original article
        Hit count: 304
        
I decided to delete a few branches from a (personal project) repository of mine that were merged into master after confirming on #git that leftover branches aren't really necessary.
However, gitk's visualisation of my repository's history as a result has been completely screwed up.
Basically something like this:

With those branches from commits appearing out of nowhere eventually going back into some other commits up ahead. A merge did not occur at all of the points, and I only had around 5 extra branches.
Is this normal? Is there any fix for this?
© Stack Overflow or respective owner