Re: Git config "ignorecase = true" has issues

2019-05-18 Thread Ax Da
Anyone who likes to fix this issue? --- Gesendet: Sonntag, 05. Mai 2019 um 12:11 Uhr Von: "Ax Da" An: unlisted-recipients:; Cc: git@vger.kernel.org Betreff: Re: Git config "ignorecase = true" has issues Thanks for replying. Do you know how the

git has issues with international characters in branch names

2019-05-05 Thread Ax Da
The documentation doesn't seem to be clear about which characters are allowed as branch names. We have been using umlauts and apostrophes in our branch names, and both are having issues: - apostrophe: git removes the apostrophes from the branch name when creating/pushing a branch. In our T

Re: Git config "ignorecase = true" has issues

2019-05-05 Thread Ax Da
on: "Torsten Bögershausen" An: "Ax Da" Cc: git@vger.kernel.org Betreff: Re: Git config "ignorecase = true" has issues On Fri, Apr 19, 2019 at 09:28:32PM +0200, Ax Da wrote: > > We're working on Windows machines and have been experiencing issues with the &g

Git config "ignorecase = true" has issues

2019-04-19 Thread Ax Da
We're working on Windows machines and have been experiencing issues with the current implementation of Git with config setting "core.ignorecase = true" (which is the default on Windows machines and repositories created on Windows machines): Renaming files in a repository by only changing thei