git-util icon indicating copy to clipboard operation
git-util copied to clipboard

git-dirtyfiles should not report paths that were deleted in the target commit

Open mjdominus opened this issue 11 years ago • 0 comments

For example, if I do

 git mv A B
 git commit ...
 git re-edit HEAD

then the editor opens on both B and (nonexistent) A, because git-dirtyfiles reports both files. It should omit A. There should be a command-line option to force it to include deleted paths in its output.

mjdominus avatar Sep 26 '14 17:09 mjdominus