On Fri, Apr 25, 2025 at 10:05:37AM +0000, Vincent Belaïche wrote: > Hello Gavin & Eli, > > I tried to pull Gavin's update, but I came accross this : the file > tta/perl/t/results/init_files_tests/documentation_examples/res_html/index.html > seems to exist both as index.html and Index.html, and appears as modified to > git, whereas I did not change it. git stash cannot clean this up, however I > could clean it up with git reset --hard origin/master.
I think that it is related to the following commit that probably solved the underlying issue: commit 18bda94385c01a65f1ff30152e222349c0d37957 Author: Patrice Dumas <pertu...@free.fr> Date: Fri Mar 28 08:26:57 2025 +0100 * tta/perl/t/init_files_tests.t (documentation_examples): set CASE_INSENSITIVE_FILENAMES, otherwise two files with only differences in case are created, and the test fails on case insensitive filesystems. Maybe you had the previous files and it confused git. I hope that it is only a one time issue and that it won't happen again. > For the WSL, I think that the simplest solution would be to make some wrapper > of texi2dvi that would make the correct file path translation. I haven't looked at the precise issue, but from my previous use of WSL, it seemed to me that commands worked the same as on GNU/POSIX systems. -- Pat