X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/2ad9063cb53b55b1456c7d2ed08e6fb99d32ab78..e52a5226b83dc5232adb7d9076cae3ad4b123df4:/ui-repolist.c diff --git a/ui-repolist.c b/ui-repolist.c index 46cbacf..7e7f1fb 100644 --- a/ui-repolist.c +++ b/ui-repolist.c @@ -43,8 +43,10 @@ static int get_repo_modtime(const struct cgit_repo *repo, time_t *mtime) path = fmt("%s/%s", repo->path, ctx.cfg.agefile); if (stat(path, &s) == 0) { *mtime = read_agefile(path); - r->mtime = *mtime; - return 1; + if (*mtime) { + r->mtime = *mtime; + return 1; + } } path = fmt("%s/refs/heads/%s", repo->path, repo->defbranch ?