This is a rehash of an old patchset of mine that got stalled waiting for other independent patches to go in first, and then for me to get the time to work on it again. The first 4 patches are IMO ready for inclusing in gitweb, and their purpose is to introduce a new view (and a new summary block) that display all the remote heads (assuming the feature is enabled). Somebody suggested via email that this could even the basis for some kind of 'social graph' for gitweb repositories, in a way similar to what is found on sites like github or gitorious, but for me the feature in itself can already be useful. The last three patches are more of the RFC side, in particular the last one. The idea is to group remote heads 'by remote' instead of just listing them serially. So I first introduce code and styling to have 'blocks of stuff' in gitweb, and then use this concept to group together remote heads belonging to the same remote. The final result is rather curious and you can see it in action at <http://git.oblomov.eu/rbot/remotes>, although it would be nice to find a way to layout the blocks in a smarter way. What I really don't like (at the moment) is the way things come out in summary view instead. The issue there is that we only gather 16 remote heads, so some remotes might have no branches displayed, but it becomes difficult to detect and indicate when remotes have incomplete information being displayed. A possible solution would be to call show-ref N times (N being the number of remotes) with a limit of 16/N heads, but that can be a lot of calls. So I'm open to suggestions on how to improve this part (maybe just show a flat view in the remotes section of summary view?) Giuseppe Bilotta (7): gitweb: introduce remote_heads feature gitweb: git_get_heads_list accepts an optional list of refs. gitweb: separate heads and remotes lists gitweb: link heads and remotes view gitweb: auxiliary functions to group data gitweb: group styling gitweb: group remote heads gitweb/gitweb.perl | 100 ++++++++++++++++++++++++++++++++++++++++++--- gitweb/static/gitweb.css | 6 +++ 2 files changed, 99 insertions(+), 7 deletions(-) -- 1.7.3.rc1.230.g8b572 -- 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