srctree

Gregory Mullen parent defc5b66 6d986755
oops, again

inlinesplit
src/endpoints/repos/commits.zig added: 2, removed: 2, total 0
@@ -154,7 +154,7 @@ fn commitHtml(ctx: *Context, sha: []const u8, repo_name: []const u8, repo: Git.R
} },
.commit = try commitCtx(ctx.alloc, current, repo_name),
.comments = comments,
.patch = Diffs.patchStruct(ctx.alloc, &patch, inline_html) catch return error.Unknown,
.patch = Diffs.patchStruct(ctx.alloc, &patch, !inline_html) catch return error.Unknown,
});
 
ctx.response.status = .ok;