Files
git/compat
Johannes Schindelin 4bf07f0430 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>
2016-11-17 17:24:10 +01:00
..
2016-01-04 09:51:33 -08:00
2016-10-29 10:41:08 +02:00
2016-11-04 13:38:42 +01:00