AllAlgorithms / java

Implementation of All ▲lgorithms in Java Programming Language
https://github.com/AllAlgorithms/java
MIT License
97 stars 82 forks source link

Paths have collided - HeapSort/heapSort #87

Open jantabacki opened 3 years ago

jantabacki commented 3 years ago

I am creating an issue because I found out a warning while cloning this repository.

Later, when this situation occurs, the changes to the repository associated with that collision occur continuously.

git.exe clone --progress -v "https://github.com/AllAlgorithms/java.git" "xxx'...
POST git-upload-pack (225 bytes)
remote: Enumerating objects: 504, done.
remote: Total 504 (delta 0), reused 0 (delta 0), pack-reused 504
Receiving objects: 100% (504/504), 129.77 KiB | 407.00 KiB/s, done.
Resolving deltas: 100% (182/182), done.

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:

'sorting/HeapSort.java'
'sorting/heapSort.java'

Success (1531 ms @ 07.10.2020 11:56:43)
jdevfullstack commented 3 years ago

yup, correct, this one should be addressed,