Constant git2::MERGE_ANALYSIS_NORMAL []

pub const MERGE_ANALYSIS_NORMAL: MergeAnalysis = MergeAnalysis{bits: raw::GIT_MERGE_ANALYSIS_NORMAL as u32,}

A "normal" merge; both HEAD and the given merge input have diverged from their common ancestor. The divergent commits must be merged.