gitoxide 0.52.0

A command-line application for interacting with git repositories
Documentation
1
2
3
4
5
6
7
8
mod main;
pub use main::main;

#[path = "progress.rs"]
mod progress_impl;
pub use progress_impl::show_progress;

mod options;