On Jul 10, 2015, at 5:19 PM, Marco S Hyman wrote: >> I read somewhere there was a way to make Git respect the Mac file system's >> case insensitivity, but don't have time to test if that's true. > > Set ignorecase to false in the config file. I believe it defaults to > true. > > Or change things in two steps. > > git mv foo foo.tmp > git mv foo.tmp Foo >
NOOOOOOO. That will only work until you restart Xcode. We found that out the hard way sharing our repo across 3 continents. Everyone had Xcode fail with "file not found in index" when we each relaunched the project. > Either should get you where you want to be. > _______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com This email sent to [email protected]
