Displaying 2 results from an estimated 2 matches for "8604535".
2019 Jan 18
2
[cfe-dev] Shortest RFC ever: I propose we rename files using `.TXT` extension to use `.txt`
On Thu, Jan 17, 2019 at 6:51 PM Hubert Tong <
hubert.reinterpretcast at gmail.com> wrote:
> I'm wondering if this would wreak havoc upon semi-case-sensitive systems
> like Windows. I'd like to hear from people who use Git and SVN on Windows.
>
FWIW, I will of course not do this in any case where there might be a
collision due to such file systems. I don't think there
2019 Jan 18
4
[cfe-dev] Shortest RFC ever: I propose we rename files using `.TXT` extension to use `.txt`
...be git trying to rename 'file.TXT' to
> 'file.txt', which results in an error on Windows since it sees both as
> the same name.
>
>
> https://stackoverflow.com/questions/10523849/changing-capitalization-of-filenames-in-git
>
> https://stackoverflow.com/questions/8604535/git-rebase-issue-with-files-of-same-name-but-different-case
>
> https://stackoverflow.com/questions/6899582/i-change-the-capitalization-of-a-directory-and-git-doesnt-seem-to-pick-up-on-it
>
> Some problems on Windows/MacOS systems are possible.
>
> Michael
>
> Am Do., 17. Ja...