git-util
git-util copied to clipboard
git-dirtyfiles should not report paths that were deleted in the target commit
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.