Re: Trouble with case insensitive filesystem

2013-05-15 Thread Luc Bourhis
On 15 May 2013, at 15:32, Johannes Sixt wrote: > Am 5/15/2013 10:40, schrieb Luc Bourhis: >> I work on a case insensitive filesystem and I have core.ignorecase set to >> true. >> ... >> So I thought it was a job for git filter-branch, ... >> >> However because of those two blobs, I have: >> >

Re: Trouble with case insensitive filesystem

2013-05-15 Thread Johannes Sixt
Am 5/15/2013 10:40, schrieb Luc Bourhis: > I work on a case insensitive filesystem and I have core.ignorecase set to > true. > ... > So I thought it was a job for git filter-branch, ... > > However because of those two blobs, I have: > > ~> git status > # modified: .../fourCircles.py > >

Trouble with case insensitive filesystem

2013-05-15 Thread Luc Bourhis
Hi, I work on a case insensitive filesystem and I have core.ignorecase set to true. I have a series of troublesome commits and here is what git cat-file -p shows me: ... 100644 blob 99... fourCircles.py 100644 blob 97... fourcircles.py ... The content of those slightly differ: ---