1 2 3 4 5 6 7 8 9 10
#[allow(clippy::module_inception)] pub(crate) mod git; pub(crate) mod git_file; pub use git::Git; pub use git::GitBuilder; pub use git::NoRootDirSet; pub use git::OutputExt; pub use git_file::GitFile; pub use git_file::GitFiles;