eazygit 0.5.1

A fast TUI for Git with staging, conflicts, rebase, and palette-first UX
Documentation
1
2
3
4
5
6
7
//! Commit reducer submodules for improved readability.

pub mod log_actions;
pub mod rebase_builder;

// These modules handle specific action groups from the main commit reducer.
// The main reduce() function delegates to these handlers.