Re: Bug: Git checkout case Insensitive branch name compare

2017-07-11 Thread Jeff King
On Mon, Jul 10, 2017 at 01:15:40PM -0700, kinchit raja wrote: > Bugs Details: > > Git checkout case Insensitive branch name compare Right, this is known. Branch names (and all ref names) are case sensitive in Git. Storage on a case-insensitive filesystem may lead to confusion if you mix the

Bug: Git checkout case Insensitive branch name compare

2017-07-10 Thread kinchit raja
Bugs Details: Git checkout case Insensitive branch name compare Steps to Reproduce: I have a remote branch which is as shown below. Example: feature_12345_write.netCodeForSomeFeature I used the git command on git bash and typed "feature_12345_write.NetCodeForSomeFeature" thinking I am