Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Same code committed as upper and lower case #15

Open
HenkPoley opened this issue Apr 13, 2019 · 0 comments
Open

Same code committed as upper and lower case #15

HenkPoley opened this issue Apr 13, 2019 · 0 comments

Comments

@HenkPoley
Copy link

When doing a git checkout under macOS I get the following warning. Which is normally fatal for the integrity of the repository checkout, but I think in this case it is in fact a simple error of committed duplicate code. You might want to clean the duplicate folders.

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:

  'Lang/MoonScript/00DESCRIPTION'
  'Lang/Moonscript/00DESCRIPTION'
  'Lang/MoonScript/100-doors'
  'Lang/Moonscript/100-doors'
  'Lang/MoonScript/99-Bottles-of-Beer'
  'Lang/Moonscript/99-Bottles-of-Beer'
  'Lang/MoonScript/A+B'
  'Lang/Moonscript/A+B'
  'Lang/MoonScript/FizzBuzz'
  'Lang/Moonscript/FizzBuzz'
  'Lang/MoonScript/Read-a-specific-line-from-a-file'
  'Lang/Moonscript/Read-a-specific-line-from-a-file'
  'Lang/MoonScript/README'
  'Lang/Moonscript/README'
  'Lang/MSX-BASIC/00DESCRIPTION'
  'Lang/MSX-Basic/00DESCRIPTION'
  'Lang/MSX-BASIC/README'
  'Lang/MSX-Basic/README'
  'Task/100-doors/MoonScript/100-doors.moon'
  'Task/100-doors/Moonscript/100-doors.moon'
  'Task/99-Bottles-of-Beer/MoonScript/99-bottles-of-beer.moon'
  'Task/99-Bottles-of-Beer/Moonscript/99-bottles-of-beer.moon'
  'Task/A+B/MoonScript/a+b.moon'
  'Task/A+B/Moonscript/a+b.moon'
  'Task/FizzBuzz/MoonScript/fizzbuzz.moon'
  'Task/FizzBuzz/Moonscript/fizzbuzz.moon'
  'Task/Read-a-specific-line-from-a-file/MoonScript/read-a-specific-line-from-a-file.moon'
  'Task/Read-a-specific-line-from-a-file/Moonscript/read-a-specific-line-from-a-file.moon'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant