pub fn pathdiff(cwd: &Path, work_tree: &Path) -> Option<String>
Current directory relative to work_tree, or None if cwd is the work tree root.
work_tree
None