2
0
mirror of https://git.zx2c4.com/cgit synced 2025-09-02 07:15:21 +00:00

Remove global and obsolete cgit_cmd

This variable was obsoleted by cmd.c.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
Lars Hjemli
2008-03-25 02:00:09 +01:00
parent c60781d677
commit dc3282f0ba
2 changed files with 1 additions and 2 deletions

2
cgit.c
View File

@@ -181,7 +181,7 @@ static int cgit_prepare_cache(struct cacheitem *item)
return 1;
}
if (!cgit_cmd) {
if (!ctx.qry.page) {
item->name = xstrdup(fmt("%s/%s/index.%s.html", ctx.cfg.cache_root,
cache_safe_filename(ctx.repo->url),
cache_safe_filename(ctx.qry.raw)));