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 > > and git filter-branch therefore refuses to run. Make a commit that has neither file, run git filter-branch, then throw away the commit with git reset --hard HEAD~. -- Hannes -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html