co-author 0.1.1

Co-Author your git commits from the command line
Documentation
1
2
3
4
5
6
7
8
mod config;
pub use config::authors_file;
pub use config::editmsg;
pub use config::get_config;
pub use config::hooks_path;

#[cfg(test)]
mod test;