On Tue, 20 Aug 2024 15:20:35 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
> Unfortunately, Git does not recognise the files are moved with so many > additional changes. > > As a workaround, I can submit a new issue and integrate it where the files > are moved only. This way we could preserve the history of the changes to the > tests. > > Do you have any opinions? @aivanov-jdk Does it work if you move the test files using `git mv`, commit it and in the next commit modify the files I mean 2 separate commits - one for move and another one that modifies the files. ------------- PR Comment: https://git.openjdk.org/jdk/pull/20601#issuecomment-2299304448