summaryrefslogtreecommitdiffstats
path: root/Documentation/config
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-11-13 22:37:20 +0900
committerJunio C Hamano <gitster@pobox.com>2018-11-13 22:37:20 +0900
commit6c268fdda9dcc421e2bee1ce76496d3e9f96397f (patch)
tree2181f2032e963eef5f5d95968db797435cfefd83 /Documentation/config
parentfbfdc07511283a111192e32970bee909016b47d2 (diff)
parent0e218f91c299b0bffa281d3449884a824819a201 (diff)
downloadgit-6c268fdda9dcc421e2bee1ce76496d3e9f96397f.tar.gz
git-6c268fdda9dcc421e2bee1ce76496d3e9f96397f.tar.xz
Merge branch 'js/mingw-perl5lib'
Windows fix. * js/mingw-perl5lib: mingw: unset PERL5LIB by default config: move Windows-specific config settings into compat/mingw.c config: allow for platform-specific core.* config settings config: rename `dummy` parameter to `cb` in git_default_config()
Diffstat (limited to 'Documentation/config')
-rw-r--r--Documentation/config/core.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/config/core.txt b/Documentation/config/core.txt
index 30adc6119..d0e6635fe 100644
--- a/Documentation/config/core.txt
+++ b/Documentation/config/core.txt
@@ -548,6 +548,12 @@ relatively high IO latencies. When enabled, Git will do the
index comparison to the filesystem data in parallel, allowing
overlapping IO's. Defaults to true.
+core.unsetenvvars::
+ Windows-only: comma-separated list of environment variables'
+ names that need to be unset before spawning any other process.
+ Defaults to `PERL5LIB` to account for the fact that Git for
+ Windows insists on using its own Perl interpreter.
+
core.createObject::
You can set this to 'link', in which case a hardlink followed by
a delete of the source are used to make sure that object creation