Martin Baehr wrote:
On Sat, Sep 06, 2008 at 12:40:02PM +0000, Martin Stjernholm, Roxen IS @ Pike developers forum wrote:
"Added DMALLOC_USE_HASHBASE mode" is fe982070cac0283b79a3a4a3a54b7865537acab7.
ah, i think i see the problem. it looks like the backports somehow get indicated as whole merges.
I know the problem. It's a flaw in the way gitk determines the (main) branch a certain commit is on. I.e. the graphical display is correct, the notification of which tags lie ahead and in the past is confused by the backport links.
The tree is essentially correct, I have a patch to gitk in the works to actually cleanup this behaviour and show the correct values.
As for now, until the fully backport-connected history is finished and the patch to gitk is in, you can reduce the clutter in the gitk view by using: gitk --first-parent 7.8 7.6 7.4 7.2 7.0 0.6 0.5