Files
git/compat
Nathan Sanders 2eb8c2d3f2 mingw: cope with the Isilon network file system
On certain network filesystems (currently encounterd with Isilon, but in
theory more network storage solutions could be causing the same issue),
when the directory in question is missing, `raceproof_create_file()`
fails with an `ERROR_INVALID_PARAMETER` instead of an
`ERROR_PATH_NOT_FOUND`.

Since it is highly unlikely that we produce such an error by mistake
(the parameters we pass are fairly benign), we can be relatively certain
that the directory is missing in this instance. So let's just translate
that error automagically.

This fixes https://github.com/git-for-windows/git/issues/1345.

Signed-off-by: Nathan Sanders <spekbukkem@gmail.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2020-02-17 10:41:11 +01:00
..
2019-07-11 15:16:49 -07:00
2020-01-16 15:18:46 -08:00
2019-12-06 16:31:39 +01:00
2019-06-25 10:46:57 -07:00
2017-01-23 11:02:34 -08:00