Constant git2::MERGE_PREFERENCE_FASTFORWARD_ONLY []

pub const MERGE_PREFERENCE_FASTFORWARD_ONLY: MergePreference = MergePreference{bits: raw::GIT_MERGE_PREFERENCE_FASTFORWARD_ONLY as u32,}

There is a merge.ff=only configuration setting, suggesting that the user only wants fast-forward merges.