-
Notifications
You must be signed in to change notification settings - Fork 82
Adjust CWD magic to accommodate for the latest Windows previews #52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adjust CWD magic to accommodate for the latest Windows previews #52
Conversation
Reportedly Windows 11 build 25*** from Insider changed the current working directory logic a bit, and Cygwin's "magic" (or: "technologically sufficiently advanced") code needs to be adjusted accordingly. This fixes git-for-windows/git#4429 Signed-off-by: Johannes Schindelin <[email protected]>
61d302a to
611c81d
Compare
|
Confirmed that artifacts from the PR build fix git-for-windows/git#4429. Merging... |
… previews This is the companion commit to git-for-windows/msys2-runtime#52 Signed-off-by: Johannes Schindelin <[email protected]>
|
I fear at some stage we may need to backport this to msys2-runtime-3.3... |
…dows previews This is the i686-specific companion commit to git-for-windows/msys2-runtime#52 Signed-off-by: Johannes Schindelin <[email protected]>
|
|
should this be upstreamed to cygwin, or do they prefer to wait for the final Windows release? |
This should be upstreamed to Cygwin, I'm just a bit underwater, otherwise I'd already have done it. |
|
|
@jeremyd2019 it was accepted in upstream: cygwin/cygwin@4840a56 |
Reportedly Windows 11 build 25*** from Insider changed the current working directory logic a bit, and Cygwin's "magic" (or: "technologically sufficiently advanced") code needs to be adjusted accordingly.
This fixes git-for-windows/git#4429