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”.