git-iblame 0.8.10

Interactive enhanced `git blame` command line tool.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
mod git_tools;
pub(crate) use git_tools::*;

mod git2_time_to_chrono_ext;
pub use git2_time_to_chrono_ext::*;

mod line_read_buffer;
pub(crate) use line_read_buffer::*;

mod or_default;
pub(crate) use or_default::*;

mod range_ext;
pub use range_ext::*;

mod terminal_raw_mode_scope;
pub use terminal_raw_mode_scope::*;