-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
GitLens Requires an unmaintained version of git for OSX #55
Comments
Exactly. Please, remove that check and support just maintained 2.10.1 version ;) Thanks! |
From what I can see, that ship has sailed already. Only viable options are to lock to the previous version, disable the plugin, or use something like brew to install a more up to date version of git and then go update your path and deal with xcodes config. |
OSX and windows user here I am interested to know what bits of gitlens rely on the changes between 2.10.1 and 2.11.1 Great extension BTW thanks. |
Same as for Fedora! Fedora only comes with git version 2.9.3. This version is stable and I don't see why a higher version should be required tbh. Please downgrade, since I really want to use codelens in my companies big project. |
Same for Ubuntu. |
Sorry about this -- I didn't realize I had taken a dependency on a later version of Git until I has already released v3. I believe the only case that requires v2.11.0 of Git is my use of the I'm terribly sorry about the inconvenience. |
I've added a fallback in v3.0.3 to not require git >= 2.11.0, so the requirement should be back to >= 2.2.0 -- again really sorry for this :( |
It's all good... |
Thanks for quick turnaround |
Closes gitkraken#53: Commits list electron app enhancement gitkraken#53
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
More of a note from one project maintainer to another.
The latest version of gitlens ( which i love btw ) requires a version of Git that isn't available on OSX via the standalone installer which means OSX users will either have to install git from src or use something like homebrew.
While I personally don't have an issue with either one of those options, a lot of people either aren't going to want to mess with their local git install or simply won't be able to because of a lack of system level knowledge or limited access in IT controlled systems.
Something to consider for the future.
The text was updated successfully, but these errors were encountered: