pub fn is_merging(repo_path: &Path) -> bool
Returns true when .git/MERGE_HEAD exists — i.e. a merge is in progress. Cheap file-existence check, no libgit2 required.
true
.git/MERGE_HEAD