I have a sub directory that has suddenly stopped tracking new file additions.
If I change a filename, it sees it has been deleted and all changes to existing files are being tracked.
Other new files are being tracked in different sub directories...
I am not using sub modules and there is no .git
directory in the affected sub directory
I have tried to do a git update-index --really-refresh
and it did nothing.
I am using git extensions under windows.
How would you troubleshoot that situation?