X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/de83de276bef7509ab8255682595ad4521f3a193..2d386e227e0b75474efcfe82e9fec7d0f21c6df4:/cgit.c diff --git a/cgit.c b/cgit.c index ed02614..baad1c8 100644 --- a/cgit.c +++ b/cgit.c @@ -742,6 +742,9 @@ static void process_request(void) if (ctx.repo && prepare_repo_cmd()) return; + if (cmd->pre) + cmd->pre(); + if (cmd->want_layout) { cgit_print_http_headers(); cgit_print_docstart();