Skip to main content

classify_rebase_error

Function classify_rebase_error 

Source
pub fn classify_rebase_error(stderr: &str, stdout: &str) -> RebaseErrorKind
Expand description

Parse Git CLI output to classify rebase errors.

This function analyzes stderr/stdout from git rebase commands to determine the specific failure mode.