pub fn can_fast_forward_merge(branch: &str, target: &str) -> Result<bool>
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).