Function branchless::git::process_diff_for_record
source · pub fn process_diff_for_record(
repo: &Repo,
diff: &Diff<'_>
) -> Result<Vec<File<'static>>>
Expand description
Calculate the diff between the index and the working copy.