pub fn classify_rewrite(message: &str) -> Option<&'static str>Expand description
Classify a reflog message as a history-rewriting operation, returning the operation keyword if it is one (pure; the analyzer’s decision core).
Recognized rewrites: reset:, any rebase variant, filter-branch,
commit (amend), and a trailing (forced update) (e.g. a force-push).