From 8c233d6d29e15c260a2ffa46b747d870cebc80e6 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 29 May 2021 17:21:57 +0200 Subject: Work out how to mirror a Git repository Based on the guide here: https://libgit2.org/docs/guides/101-samples/#repositories_clone_mirror References: https://github.com/libgit2/libgit2sharp/issues/577 https://github.com/libgit2/libgit2.github.io/pull/31 --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index fe2cab4..881cebb 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,2 +1,3 @@ +pub mod git; pub mod github; pub mod repo; -- cgit v1.2.3