Skip to main content

list_conflicted_files

Function list_conflicted_files 

Source
pub fn list_conflicted_files(path: &Path) -> Option<String>
Expand description

Return the list of files with unresolved merge/rebase conflicts at path as a newline-joined string. None when there are no conflicts or the git call itself fails — callers treat both cases as “no diagnostic available”.