aboutsummaryrefslogtreecommitdiff
path: root/src/git/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/git/mod.rs')
-rw-r--r--src/git/mod.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/git/mod.rs b/src/git/mod.rs
new file mode 100644
index 0000000..1cd9057
--- /dev/null
+++ b/src/git/mod.rs
@@ -0,0 +1,5 @@
+//! Wrappers for libgit2
+
+pub mod log;
+pub mod repo;
+pub mod tree;