X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/7f08e03941c40a56fb1b5b3df62aa819fb2d6554..521e10c884055c800078e6dada97ccf6c5193aad:/ui-repolist.c diff --git a/ui-repolist.c b/ui-repolist.c index 943eaab..36c067a 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 ? @@ -102,7 +104,7 @@ void print_sort_header(const char *title, const char *sort) { htmlf("