Skip to main content

is_merging

Function is_merging 

Source
pub fn is_merging(repo_path: &Path) -> bool
Expand description

Returns true when .git/MERGE_HEAD exists — i.e. a merge is in progress. Cheap file-existence check, no libgit2 required.