Re: Git case-sensitivity bug

2018-05-10 Thread Bryan Turner
Hey Cliff, On Thu, May 10, 2018 at 12:46 PM Cliff wrote: > I believe I have discovered a bug with git tools. > If you create a git branch, you can refer to that branch with > case-insensitive alterations and it will track as the same branch. This comes up on the list fairly often on the list.

Git case-sensitivity bug

2018-05-10 Thread Cliff
I believe I have discovered a bug with git tools. If you create a git branch, you can refer to that branch with case-insensitive alterations and it will track as the same branch. If I create branch "test" I cannot then create branch "Test" because the same name is already used. However, git comm