diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2019-09-09 15:43:35 +0200 |
---|---|---|
committer | Johannes Schindelin <johannes.schindelin@gmx.de> | 2019-12-05 15:37:06 +0100 |
commit | 35edce205615c553fdc49bcf10b0c91f061c56c9 (patch) | |
tree | 371cddfb7f6487d73d001efdba433281e41fde22 /read-cache.c | |
parent | 9102f958ee5254b10c0be72672aa3305bf4f4704 (diff) | |
download | git-35edce205615c553fdc49bcf10b0c91f061c56c9.tar.gz |
t6130/t9350: prepare for stringent Win32 path validation
On Windows, file names cannot contain asterisks nor newline characters.
In an upcoming commit, we will make this limitation explicit,
disallowing even the creation of commits that introduce such file names.
However, in the test scripts touched by this patch, we _know_ that those
paths won't be checked out, so we _want_ to allow such file names.
Happily, the stringent path validation will be guarded via the
`core.protectNTFS` flag, so all we need to do is to force that flag off
temporarily.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Diffstat (limited to 'read-cache.c')
0 files changed, 0 insertions, 0 deletions