Diffstat (limited to 'cgit.c')
| -rw-r--r-- | cgit.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -733,6 +733,9 @@ static void process_request(void) if (ctx.repo && prepare_repo_cmd()) return; + if (cmd->pre) + cmd->pre(); + cmd->fn(); } |
| index : cgitext.git | ||
| cgitext – CGI for Git extension | Saya Andy <saya.andy@posteo.com> |
| aboutsummaryrefslogtreecommitdiff |