Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-diff-tree: don't use diffcore_pathspec()
diff-tree does the culling of uninteresting paths internally, and fundamentally has to do so for performance reasons. So there's no point in calling the separate pathname culling logic here, especially as it seems slightly broken.
- Loading branch information