Skip to main content

GIT_STATUS_NO_MERGE_BASE

Constant GIT_STATUS_NO_MERGE_BASE 

Source
pub const GIT_STATUS_NO_MERGE_BASE: u8 = 12;
Expand description

A MERGE_BASE endpoint over histories with no common ancestor. Distinct from INVALID: the request is well-formed, the repository just has no such base, and a client can say so instead of blaming itself.