Skip to main content

can_fast_forward_merge

Function can_fast_forward_merge 

Source
pub fn can_fast_forward_merge(branch: &str, target: &str) -> Result<bool>
Expand description

Check if branch can be fast-forward merged into target branch. Returns true if the merge can be done as a fast-forward (no divergence).