On Fri, Apr 28, 2006 at 11:23:11AM -0700, Linus Torvalds wrote: > The downside is that you'd have two different web-pages for the same tree > depending on which commit it came from. Which is not a downside from a > user perspective, but it's a downside from a caching/server perspective, > since it means less reuse of pages (maybe gitweb already does that, > though). The gitweb request for a tree already contains not only the tree hash, but also the commit hash and the filename path. It's possible (but more expensive than typical tree requests) to find '..' by munging the path and traversing the tree from the root. -Peff - : 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