From aa69de50d3c0ef30a2f97e95f0582445890d027b Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Thu, 30 Jun 2016 21:06:46 +0100 Subject: Allow agefile to be set per-repository This adds "repo.agefile", since namespaced repositories share the same files, and we'd like to be able to see the ages of the refs for each namespace. Whatever the git server uses for updating the age file must be namespace aware and must write the age file to a path consistent with "repo.agefile". Signed-off-by: Richard Maw --- cgit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cgit.h') diff --git a/cgit.h b/cgit.h index f0d25d6..b6994a3 100644 --- a/cgit.h +++ b/cgit.h @@ -88,6 +88,7 @@ struct cgit_repo { char *section; char *clone_url; char *namespace; + char *agefile; char *logo; char *logo_link; int snapshots; -- cgit v1.2.3-59-g8ed1b