diff options
| author | Karsten Blees <karsten.blees@gmail.com> | 2026-01-09 20:05:06 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-01-09 18:32:55 -0800 |
| commit | 9ac15c2ae3d4d7caf27444930f2e3d12a6eebee8 (patch) | |
| tree | b7e3c637155f3b5fd4b7b499eaab7095583d4c6e /contrib/persistent-https | |
| parent | 1bf1ffadc862c072e6cf27c67fcc72d4da23a492 (diff) | |
| download | git-9ac15c2ae3d4d7caf27444930f2e3d12a6eebee8.tar.gz git-9ac15c2ae3d4d7caf27444930f2e3d12a6eebee8.zip | |
mingw: add symlink-specific error codes
The Win32 API calls do not set `errno`; Instead, error codes for failed
operations must be obtained via the `GetLastError()` function. Git would
not know what to do with those error values, though, which is why Git's
Windows compatibility layer translates them to `errno` values.
Let's handle a couple of symlink-related error codes that will become
relevant with the upcoming support for symlinks on Windows.
Signed-off-by: Karsten Blees <karsten.blees@gmail.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/persistent-https')
0 files changed, 0 insertions, 0 deletions
