Unidiff1 files changed, 2 insertions, 0 deletions
|
diff --git a/cgit.c b/cgit.c index dc1c2e4..ae20257 100644 --- a/ cgit.c+++ b/ cgit.c |
|
@@ -286,6 +286,8 @@ static int prepare_repo_cmd(struct cgit_context *ctx) |
286 | if (get_sha1(ctx->qry.head, sha1)) { |
286 | if (get_sha1(ctx->qry.head, sha1)) { |
287 | tmp = xstrdup(ctx->qry.head); |
287 | tmp = xstrdup(ctx->qry.head); |
288 | ctx->qry.head = ctx->repo->defbranch; |
288 | ctx->qry.head = ctx->repo->defbranch; |
| |
289 | ctx->page.status = 404; |
| |
290 | ctx->page.statusmsg = "not found"; |
289 | cgit_print_http_headers(ctx); |
291 | cgit_print_http_headers(ctx); |
290 | cgit_print_docstart(ctx); |
292 | cgit_print_docstart(ctx); |
291 | cgit_print_pageheader(ctx); |
293 | cgit_print_pageheader(ctx); |
|