pub fn classify_rebase_error(stderr: &str, stdout: &str) -> RebaseErrorKindExpand description
Parse Git CLI output to classify rebase errors.
This function analyzes stderr/stdout from git rebase commands to determine the specific failure mode.
pub fn classify_rebase_error(stderr: &str, stdout: &str) -> RebaseErrorKindParse Git CLI output to classify rebase errors.
This function analyzes stderr/stdout from git rebase commands to determine the specific failure mode.