Skip to content
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

Release Notes: mention the change of behavior re: wildcard expansion #579

Conversation

dscho
Copy link
Member

@dscho dscho commented Nov 4, 2024

MSYS2 changed the behavior of MINGW executables' wildcard expansion. This has ramifications when spawning a git.exe whose argument contains asterisks or question marks.

This does not affect the way wildcards are expanded when calling git from Git Bash (or from a shell script) because that expansion is handled by Bash already.

MSYS2 changed the behavior of MINGW executables' wildcard expansion.
This has ramifications when spawning a `git.exe` whose argument contains
asterisks or question marks.

This does _not_ affect the way wildcards are expanded when calling `git`
from Git Bash (or from a shell script) because that expansion is handled
by Bash already.

Signed-off-by: Johannes Schindelin <[email protected]>
@dscho dscho self-assigned this Nov 4, 2024
@dscho dscho merged commit 8396574 into git-for-windows:main Nov 5, 2024
6 checks passed
@dscho dscho deleted the mention-upcoming-behavior-change-re-wildcard-expansion branch November 5, 2024 09:47
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.

2 participants