I have a PR <https://github.com/geoserver/geoserver/pull/3839> worth some discussion, net result of which is:
$ git config --global --get-regexp core.* core.autocrlf input core.safecrlf true core.ignorecase true core.precomposeunicode false The "core.precomposeunicode" setting is macOS specific to prevent committing files in a conflicting format. The "core.ignorecse" setting is required when on a case insensitive file system. aside: The articles we link to no longer recommend use of core.autocrlf input, and instead recommend taking this setting into the repository .gitattributes file. Do we care? -- Jody Garnett
_______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
