git-editor 2.0.1

A command-line tool to edit git commit timestamps, messages, and author information
Documentation
1
2
3
4
5
6
7
8
pub mod commit_history;
pub mod datetime;
pub mod git_config;
pub mod help;
pub mod prompt;
pub mod simulation;
pub mod types;
pub mod validator;