if (get_sha1(ref, sha1))
return 0;
- if (sha1_object_info(sha1, &size) != OBJ_COMMIT)
+ if (sha1_object_info(sha1, &size) != OBJ_COMMIT)
return 0;
read_tree_recursive(lookup_commit_reference(sha1)->tree, "", 0, 0, &paths, walk_tree, &walk_tree_ctx);
return walk_tree_ctx.found_path;
ctx.page.mimetype = "text/plain";
}
ctx.page.filename = path;
- cgit_print_http_headers(&ctx);
+ cgit_print_http_headers();
html_raw(buf, size);
}