Skip to content

Conversation

@veblush
Copy link
Contributor

@veblush veblush commented Aug 28, 2025

The plugin fails because my laptop's custom git version 2.51.0.318 has four parts (this is probably because my org modified it), but the version checker expects a standard three-part format (e.g., MAJOR.MINOR.PATCH). This mismatch causes the checker to incorrectly flag my git installation as too old, preventing the plugin from running.

This PR fixes the issue by parsing only the first three numbers from the version string, making it compatible with the existing checker. An alternative would be to modify the version checker to support four-part versions.

@will-v-pi will-v-pi merged commit 86d8809 into raspberrypi:main Sep 2, 2025
1 check 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.

2 participants