aboutsummaryrefslogtreecommitdiff
path: root/ui-blame.c
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'ui-blame.c')
-rw-r--r--ui-blame.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ui-blame.c b/ui-blame.c
index 4adec2b..03136f7 100644
--- a/ui-blame.c
+++ b/ui-blame.c
@@ -152,10 +152,6 @@ static void print_object(const struct object_id *oid, const char *path,
cgit_tree_link("tree", NULL, NULL, ctx.qry.head, rev, path);
html(")\n");
- if (buffer_is_binary(buf, size)) {
- html("<div class='error'>blob is binary.</div>");
- goto cleanup;
- }
if (ctx.cfg.max_blob_size && size / 1024 > ctx.cfg.max_blob_size) {
htmlf("<div class='error'>blob size (%ldKB)"
" exceeds display size limit (%dKB).</div>",