Hi Takashi,
sorry for responding to a patch you sent almost 10 months ago... but... I
am struggling with it.
First of all, let me describe the problem I am seeing (see also
https://github.com/git-for-windows/git/issues/3579): after upgrading the
MSYS2 runtime to v3.3.3 in Git for Windows, wheneve
On Thu, 9 Dec 2021 11:08:46 +0100
Corinna Vinschen wrote:
> On Dec 9 17:17, Takashi Yano wrote:
> > + if (!QueryDosDeviceW (drive, remote, MAX_PATH))
> > + goto file_not_symlink; /* fallback */
> > +
> > + int remlen = wcslen (remote);
>
> QueryDo
- The last change in path.cc introduced a bug that causes an error
when accessing a virtual drive which mounts UNC path such as
"\\server\share\dir" rather than "\\server\share". This patch
fixes the issue.
---
winsup/cygwin/path.cc | 56 +++
1 file ch
Hi Takashi,
On Dec 9 17:17, Takashi Yano wrote:
> - The last change in path.cc introduced a bug that causes an error
> when accessing a virtual drive which mounts UNC path such as
> "\\server\share\dir" rather than "\\server\share". This patch
> fixes the issue.
> ---
> winsup/cygwin/path.
- The last change in path.cc introduced a bug that causes an error
when accessing a virtual drive which mounts UNC path such as
"\\server\share\dir" rather than "\\server\share". This patch
fixes the issue.
---
winsup/cygwin/path.cc | 50 +--
1 file ch