//! git-global: git subcommand for working with all git repos on a machine
extern crate app_dirs;
extern crate chrono;
extern crate clap;
extern crate git2;
extern crate json;
extern crate walkdir;
// Using `pub mod` so we see the docs.
pub use run_from_command_line;
pub use ;
pub use Result;
pub use GitGlobalError;