aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.h
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2014-12-29 17:05:07 +0100
committerFlorian Pritz <bluewind@xinu.at>2014-12-29 17:52:56 +0100
commit4f5e9b0d6c1090681c489a10179ff1a7c215ac19 (patch)
treeac7bece975e3b7394b2c30a9a404212270d31955 /cgit.h
parent7552266aaccb9445e082fc04215afcb55ad543d8 (diff)
downloadcgit-4f5e9b0d6c1090681c489a10179ff1a7c215ac19.tar.gz
cgit-4f5e9b0d6c1090681c489a10179ff1a7c215ac19.tar.xz
Support Git over HTTP using git-http-backendworking
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 <bluewind@xinu.at>
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h1
1 files changed, 1 insertions, 0 deletions
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;