pub fn normalize_path_copy(src: &str) -> Result<String, GitPathError>Expand description
Purely textual path normalization matching Git’s normalize_path_copy.
Returns GitPathError::EscapesRoot when .. would escape above the root
(Git returns -1).