> 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 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]
