Skip to main content

diff_trees_show_tree_entries

Function diff_trees_show_tree_entries 

Source
pub fn diff_trees_show_tree_entries(
    odb: &Odb,
    old_tree_oid: Option<&ObjectId>,
    new_tree_oid: Option<&ObjectId>,
    prefix: &str,
) -> Result<Vec<DiffEntry>>
Expand description

Like diff_trees but with show_trees flag: when true, emit entries for tree objects themselves in addition to their recursive contents (the -t flag of diff-tree).