From 4f5e9b0d6c1090681c489a10179ff1a7c215ac19 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 29 Dec 2014 17:05:07 +0100 Subject: Support Git over HTTP using git-http-backend This saves users from the hassle of setting up git-http-backend when they already run cgit. References: man git-http-backend Signed-off-by: Florian Pritz --- cgit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cgit.h') diff --git a/cgit.h b/cgit.h index 42140ac..dcd44f0 100644 --- a/cgit.h +++ b/cgit.h @@ -190,6 +190,7 @@ struct cgit_config { char *footer; char *head_include; char *header; + char *http_backend_path; char *index_header; char *index_info; char *logo; -- cgit v1.2.3-24-g4f1b