diff options
Diffstat (limited to 'cgit.c')
-rw-r--r-- | cgit.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -742,6 +742,9 @@ static void process_request(void) | |||
742 | if (ctx.repo && prepare_repo_cmd()) | 742 | if (ctx.repo && prepare_repo_cmd()) |
743 | return; | 743 | return; |
744 | 744 | ||
745 | if (cmd->pre) | ||
746 | cmd->pre(); | ||
747 | |||
745 | if (cmd->want_layout) { | 748 | if (cmd->want_layout) { |
746 | cgit_print_http_headers(); | 749 | cgit_print_http_headers(); |
747 | cgit_print_docstart(); | 750 | cgit_print_docstart(); |