Files
git/compat
Johannes Schindelin 9367eb7e16 Allow for platform-specific core.* config settings
In the Git for Windows project, we have ample precendent for config
settings that apply to Windows, and to Windows only.

Let's formalize this concept by introducing a platform_core_config()
function that can be #define'd in a platform-specific manner.

This will allow us to contain platform-specific code better, as the
corresponding variables no longer need to be exported so that they can
be defined in environment.c and be set in config.c

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2017-03-25 10:29:25 +01:00
..
2016-01-04 09:51:33 -08:00
2017-01-23 11:02:34 -08:00
2017-02-16 14:45:13 -08:00