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

tools: fix vpm on macos, when using the bundled git executable #21292

Merged

Conversation

spytheman
Copy link
Member

@spytheman spytheman commented Apr 16, 2024

When git is not from brew:
git --version reports git version 2.39.3 (Apple Git-146)
When git is compiled from source, or is from brew, the reported version is: git version 2.44.0.

I do not know, when it will have a .windows suffix.

Edit: On the windows CI jobs, the output is git version 2.44.0.windows.1 .

…(Apple Git-146)`, when git is not from brew)
@spytheman spytheman changed the title tools: fix vpm on macos (git --version reports git version 2.39.3 (Apple Git-146), when git is not from brew) tools: fix vpm on macos, when using the bundled git executable Apr 16, 2024
@spytheman spytheman merged commit 9d117fc into vlang:master Apr 16, 2024
54 checks passed
@spytheman spytheman deleted the fix_vpm_bundled_macos_git_version_handling branch April 19, 2024 11:09
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.

None yet

1 participant