Skip to main content

build_tree

Function build_tree 

Source
pub fn build_tree<G>(
    git: &G,
    base: &str,
    view: &DiffView,
) -> Result<String, EngineError>
Expand description

Stage every file’s final state on top of base and return the written tree.