gitgrip 0.20.0

Multi-repo workflow tool - manage multiple git repositories as one
Documentation
1
2
3
4
5
6
7
8
9
//! Utility functions and helpers

pub mod cmd;
pub mod retry;
pub mod timing;

pub use cmd::log_cmd;
pub use retry::{retry_with_backoff, RetryOptions};
pub use timing::{Timer, TimingReport};