X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/de83de276bef7509ab8255682595ad4521f3a193..044e2d26da4f8b4f9ff25e4a729ab4e393073b5e:/cgit.c?ds=sidebyside 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();