Hi, On Wed, Oct 15, 2008 at 12:47:52AM -0700, Tom Werner wrote: > We've just pushed out an update to the Network Graph on GitHub this > evening that finally allows us to draw very large repositories > (including Git). We're mirroring the Git repo on the site and I > thought it might be interesting for people to see this visualization. > Enjoy! > > http://github.com/git/git/network > > Let me know if you have any ideas for improvements on the graph. I'm > always looking for ways to enhance it. it's generally nice, but I think it could be much more useful yet. :-) Generally, I find its information density very low. I see only tiny dots connected by lines at the top of the screen (rest grey) and if I want to know _what_ commits are actually there, I need to carefully hover over the scattered tiny dots. So my question is, exactly what kind of information do you seek to present primarily? Based on what I see, the answer seems to be just "how hairy the project history is", and I'm wondering if maybe some other class of information would be more interesting. IOW, what about using that blank grey area to show the commit subjects? ;-) Right now, your repository contains only the 'master' branch. I guess you want to setup a --mirror repository instead of pulling? Also, it would be pretty nifty if you could tag lines of past topic branches based on the merge commit message. E.g. mark the blue line short in the past as pb/gitweb-tagcloud based on the 3e3d4ee merge. On the other hand, I'm not sure how well would it work visually if the topic branches are very short and merged right away. -- Petr "Pasky" Baudis People who take cold baths never have rheumatism, but they have cold baths. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html