1pub use self::source::GitSource; 2pub use self::utils::{fetch, GitCheckout, GitDatabase, GitRemote, GitRevision}; 3mod source; 4mod utils;