//! Git integration: the lightweight status snapshot (branch / ahead-behind /
//! change counts) for the statusline + tree tint (`status`), per-file gutter
//! line-signs and the diff pane with hunk stage/unstage (`diff`), per-line blame
//! for the gutter blame mode (`blame`), and `git commit` from inside the IDE
//! (`commit`).
pub use GitStatus;