Re-exports§
pub use crate::filter::filter_staged_files;pub use crate::filter::FilterMode;
Structs§
Enums§
Functions§
- check_
diff_ size - Checks whether the diff content exceeds the given limit.
- run
- Runs pre-flight checks: git repo validity, staged files, diff size.
- run_
with_ diff_ bypass - Same as run() but skips the diff size check. Used when user confirmed they want to proceed despite large diff.
- run_
with_ filter - Same as run() but allows explicit FilterMode (for –no-filter support).