gitgrip 0.19.0

Multi-repo workflow tool - manage multiple git repositories as one
Documentation
//! Core business logic for gitgrip

pub mod agent_registry;
pub mod detect;
pub mod gripspace;
pub mod griptree;
pub mod manifest;
pub mod manifest_paths;
pub mod repo;
pub mod repo_manifest;
pub mod state;
pub mod sync_state;
pub mod workspace_cache;
pub mod workspace_checkout;

pub use manifest::CloneStrategy;
pub use manifest::Manifest;
pub use repo::RepoInfo;
pub use state::StateFile;