Skip to main content

diff_changed_paths_for_bloom

Function diff_changed_paths_for_bloom 

Source
pub fn diff_changed_paths_for_bloom(
    odb: &Odb,
    parent_tree: Option<ObjectId>,
    commit_tree: ObjectId,
) -> Result<(Vec<String>, usize)>
Expand description

Compute changed paths between parent and commit trees (recursive diff, no rename detection).