Skip to content

mingw-w64-git: use /proc/cygdrive prefix in bin path when installing redirectors #125

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

Merged
merged 2 commits into from
Jul 19, 2024

Conversation

A2uria
Copy link

@A2uria A2uria commented Jul 19, 2024

dscho and others added 2 commits July 19, 2024 11:28
…asciidoctor`"

This was a temporary workaround and is not needed anymore.

This reverts commit 0546109.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
…redirectors

If cygdrive is mounted to something other than `/` (e.g. `/mnt/`),
upgrading `mingw-w64-git` using pacman will result in redirectors (e.g.
`/bin/git.exe`) being installed to an incorrect path. (e.g. `C:/Program
Files/Git/bin` to `C:/Program Files/Git/C/Program Files/Git/bin`).

Signed-off-by: A2uria <83493416+A2uria@users.noreply.github.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
@dscho dscho merged commit 3c1b7c5 into git-for-windows:main Jul 19, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect installation directory for redirectors (e.g. /bin/git.exe) in package mingw-w64-git if cygdrive is not mounted to /
2 participants