On Sat, Jul 02, 2011 at 06:43:13AM -0400, Jeff King wrote: > The default gitweb configuration doesn't allow textconv (or external > diff) for security reasons; it would mean repo owners could execute > arbitrary commands as the gitweb user. > > If that's OK for your site, you can probably enable it with: > > push @diff_opts, '--allow-textconv'; Oops, this option is just called "--textconv". I got it confused with the flag in the code, which is ALLOW_TEXTCONV. -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