Hi Robert (et al.)
I'm afraid my victory cry was premature. I now consistently run into the following when committing via Xcode:
error: bad index file sha1 signature
fatal: index file corrupt
(this is the same error I get via terminal with git status)
I am able to commit a couple of times (not sure if it is related to frequency of commits or maybe dependent on elapsed time) but eventually this always happens.
I have to repeatedly rm my git index file and then do a git reset to make it work again (and again...)
I have noticed the creation of an index.lock.bc file in my .git directory (alongside to some .fuse_hidden### files).
Any pointers on how I can get this working properly?
Thank you for your kind help,
Jose