pub fn worktree_tree<G>(git: &G) -> Result<String, EngineError>where
G: TreeBuilder + WorkingCopy,Expand description
Tree oid of the worktree: every tracked file’s current content plus untracked-but-not-ignored files, with worktree deletions honoured.