Constant git2::MERGE_PREFERENCE_NO_FAST_FORWARD []

pub const MERGE_PREFERENCE_NO_FAST_FORWARD: MergePreference = MergePreference{bits: raw::GIT_MERGE_PREFERENCE_NO_FASTFORWARD as u32,}

There is a merge.ff=false configuration setting, suggesting that the user does not want to allow a fast-forward merge.