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 --- ui-clone.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui-clone.h') diff --git a/ui-clone.h b/ui-clone.h index 3e460a3..b27087e 100644 --- a/ui-clone.h +++ b/ui-clone.h @@ -4,5 +4,7 @@ void cgit_clone_info(void); void cgit_clone_objects(void); void cgit_clone_head(void); +void cgit_clone_git_upload_pack(void); +void cgit_clone_git_receive_pack(void); #endif /* UI_CLONE_H */ -- cgit v1.2.3-24-g4f1b