diff options
Diffstat (limited to 'cgit.c')
| -rw-r--r-- | cgit.c | 6 | 
1 files changed, 6 insertions, 0 deletions
| @@ -424,6 +424,12 @@ static void process_request(void *cbdata) | |||
| 424 | return; | 424 | return; | 
| 425 | } | 425 | } | 
| 426 | 426 | ||
| 427 | /* If cmd->want_vpath is set, assume ctx->qry.path contains a "virtual" | ||
| 428 | * in-project path limit to be made available at ctx->qry.vpath. | ||
| 429 | * Otherwise, no path limit is in effect (ctx->qry.vpath = NULL). | ||
| 430 | */ | ||
| 431 | ctx->qry.vpath = cmd->want_vpath ? ctx->qry.path : NULL; | ||
| 432 | |||
| 427 | if (cmd->want_repo && !ctx->repo) { | 433 | if (cmd->want_repo && !ctx->repo) { | 
| 428 | cgit_print_http_headers(ctx); | 434 | cgit_print_http_headers(ctx); | 
| 429 | cgit_print_docstart(ctx); | 435 | cgit_print_docstart(ctx); | 
