mirror of
https://git.zx2c4.com/cgit
synced 2025-08-30 14:39:34 +02:00
Merge branch 'stable'
This commit is contained in:
commit
31665579c2
2 changed files with 6 additions and 2 deletions
1
cgit.c
1
cgit.c
|
@ -293,7 +293,6 @@ static void process_request(void *cbdata)
|
|||
cmd = cgit_get_cmd(ctx);
|
||||
if (!cmd) {
|
||||
ctx->page.title = "cgit error";
|
||||
ctx->repo = NULL;
|
||||
cgit_print_http_headers(ctx);
|
||||
cgit_print_docstart(ctx);
|
||||
cgit_print_pageheader(ctx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue