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.