Reputation: 5337
git help config mentions both as examples in various lines. I just set both to be sure, but is that setting camel cased or not?
git help config
Upvotes: 0
Views: 38
Reputation: 4257
The variable names in git are case-insensitive so you can just set core.filemode.
Upvotes: 2