Commit 4e62522
committed
[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'1 parent 4dd5ab3 commit 4e62522
File tree
2 files changed
+1
-181
lines changed- src/test/java/org/apache/sysds/test/functions/compress/wordembedding
2 files changed
+1
-181
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
42 | | - | |
| 41 | + | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
| |||
Lines changed: 0 additions & 179 deletions
This file was deleted.
0 commit comments