Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MINOR] Fix corrupted git history (case-sensitive filename change)
A recent change corrupted the git history, such that on Windows with case-insensitive file system, even a fresh git clone caused uncommitted changes which cannot be resolved via stash or restore. Here is the output from git clone: warning: the following paths have collided (e.g. case-sensitive paths on a case-insensitive filesystem) and only one from the same colliding group is in the working tree: 'src/test/java/org/apache/sysds/test/functions/compress/wordembedding/WordEmbeddingUseCase.java' 'src/test/java/org/apache/sysds/test/functions/compress/wordembedding/wordEmbeddingUseCase.java'
- Loading branch information