pub fn content_diff_working(
tree_diff: &TreeDiff,
ctx: &VoidContext,
commit_cid: &VoidCid,
workspace: &Path,
) -> Result<Vec<ContentDiff>>Expand description
Content diff for commit vs workspace (working tree changes).
Old content: committed file via manifest. New content: workspace file on disk.