extract_paths_from_patch

Function extract_paths_from_patch 

Source
pub fn extract_paths_from_patch(diff_text: &str) -> Vec<String>
Expand description

Collect every path referenced by the diff headers inside diff --git sections.