refactorisation in files

This commit is contained in:
2021-07-19 13:30:25 +02:00
parent a562c4616c
commit 1950a5312e
9 changed files with 32 additions and 26 deletions

4
src/gitutils/mod.rs Normal file
View File

@@ -0,0 +1,4 @@
pub mod gitdir;
pub mod gitrepo;
pub mod gitcommit;
pub mod gitfile;