Constant git2::MERGE_ANALYSIS_UNBORN []

pub const MERGE_ANALYSIS_UNBORN: MergeAnalysis = MergeAnalysis{bits: raw::GIT_MERGE_ANALYSIS_UNBORN as u32,}

The HEAD of the current repository is "unborn" and does not point to a valid commit. No merge can be performed, but the caller may wish to simply set HEAD to the target commit(s).