I have been trying a new approach to drawing the commit graph in gitk. This involves sending a lot of the really long lines into "hyperspace", by terminating them with an arrow pointing down when the graph gets too wide, and then reintroducing them later with an arrow pointing up, as though they had used a warp drive to dive beneath the screen (into the mysterious 3rd dimension :) and then reappear later. The result is that the graph stays at a reasonable width and doesn't need to be compressed.
My reasoning is that it is the local short-range connections which are interesting and informative. The long-range connections aren't really visually informative; if you want to know about the long-range connections, the parent and child lists in the details pane are much more useful. I would like to get some feedback about what people think of the visual effect of this new approach, and in particular whether having the lines jump into hyperspace loses information that people find useful. The new version is at: http://ozlabs.org/~paulus/gitk/gitk.hs If the reaction is positive I'll check this into my gitk.git repository. Thanks, Paul. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html