On Mon, Jan 05, 2009 at 06:54:18PM -0500, Joey Hess wrote: > I wonder if it wouldn't be better to make gitweb continue to support the > old urls, using diff-tree instead of the porcelain? It can't; there is currently no interface for diffing two arbitrary blobs except "git diff". The simplest fix to retain functionality but plug the hole is to pass --no-ext-diff to all versions, and --no-textconv to versions which have textconv (i.e., 1.6.1 and later). IIRC, there is a problem with --no-ext-diff in some versions, so that fix might have to be backported, too. -Peff -- 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