aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorTeddy Wing2021-05-29 17:21:57 +0200
committerTeddy Wing2021-05-29 17:21:57 +0200
commit8c233d6d29e15c260a2ffa46b747d870cebc80e6 (patch)
treef7816c13a2895567e6df0ed0fd3e13b3ec6a1159 /src/lib.rs
parent33a08a9159379588871442672f7c7362ba352501 (diff)
downloadreflectub-8c233d6d29e15c260a2ffa46b747d870cebc80e6.tar.bz2
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
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
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;