Skip to main content

collect_diff

Function collect_diff 

Source
pub fn collect_diff(base: &str, head: &str) -> Result<DiffResult, String>
Expand description

Collect git diff between base and head refs.