From 02a545e63454530c1639014d3239c14ced2022c6 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Tue, 05 Aug 2008 23:20:24 +0000 Subject: Add support for cloning over http This patch implements basic support for cloning over http, based on the work on git-http-backend by Shawn O. Pearce. Signed-off-by: Lars Hjemli --- (limited to 'ui-clone.h') diff --git a/ui-clone.h b/ui-clone.h new file mode 100644 index 0000000..89cd4f1 --- a/dev/null +++ b/ui-clone.h @@ -0,0 +1,8 @@ +#ifndef UI_CLONE_H +#define UI_CLONE_H + +void cgit_clone_info(struct cgit_context *ctx); +void cgit_clone_objects(struct cgit_context *ctx); +void cgit_clone_head(struct cgit_context *ctx); + +#endif /* UI_CLONE_H */ -- cgit v0.9.0.2