Signed-off-by: Andy Green <andy@warmcat.com>
Signed-off-by: John Keeping <john@keeping.me.uk>
htmlf("<div class='error'>blob size (%ldKB)"
" exceeds display size limit (%dKB).</div>",
size / 1024, ctx.cfg.max_blob_size);
htmlf("<div class='error'>blob size (%ldKB)"
" exceeds display size limit (%dKB).</div>",
size / 1024, ctx.cfg.max_blob_size);
}
html("<table class='blame blob'>\n<tr>\n");
}
html("<table class='blame blob'>\n<tr>\n");
html("</tr>\n</table>\n");
cgit_print_layout_end();
html("</tr>\n</table>\n");
cgit_print_layout_end();
}
static int walk_tree(const unsigned char *sha1, struct strbuf *base,
}
static int walk_tree(const unsigned char *sha1, struct strbuf *base,