Enum git_workarea::MergeStatus
source · [−]Expand description
Status of a merge check.
Variants
NoCommonHistory
The branches do not contain common history.
AlreadyMerged
The branch has already been merged.
Mergeable(Vec<CommitId>)
The branch is mergeable with the given hashes as merge bases.