view ansi enccoded files as html

This commit is contained in:
2018-06-20 03:50:06 +02:00
parent 490c5207be
commit e401f82f0f
12 changed files with 1778 additions and 206 deletions

View File

@ -78,7 +78,6 @@ namespace Yavsc
static void OnPrepareGitRepoResponse(StaticFileResponseContext context)
{
if (context.File.Name.EndsWith(".ansi.log"))
{
context.Context.Response.Redirect("/Git"+context.Context.Request.Path);