pub fn compare_worktree<S: ObjectStore + ?Sized>(
store: &S,
root: &Path,
tree: &Tree,
ignore_patterns: &[String],
) -> Result<WorktreeStatus>Expand description
Compare worktree against a tree.
pub fn compare_worktree<S: ObjectStore + ?Sized>(
store: &S,
root: &Path,
tree: &Tree,
ignore_patterns: &[String],
) -> Result<WorktreeStatus>Compare worktree against a tree.