This repository was archived by the owner on Jul 12, 2020. It is now read-only.
This repository was archived by the owner on Jul 12, 2020. It is now read-only.
Creates many empty diffs #54
Closed
Description
One of the recent changes introduced that refactorings might contain many empty diffs in addition to the relevant ones, see http://files.schlitt.info/tmp/diff_issues.patch.
To reproduce this diff do the following:
- Checkout https://github.com/Qafoo/changetrack revision 60a94df5c2d761f6af6ceb3ae9e0dd979f17a40a
- Move
src/main/Qafoo/ChangeTrack/Analyzer/Vcs/GitCheckout.php -> src/main/Qafoo/ChangeTrack/Analyzer/Checkout/GitCheckout.php
- Execute
refactor fix-class-names src/ test/ > diff_issues.patch
Btw. the intended changes do not occur in the diff at all.