#2273: add Git as global tool - #2360
Open
cap-juan wants to merge 1 commit into
Open
Conversation
cap-juan
force-pushed
the
feature/2273-integrate-git-as-global-tool
branch
from
August 24, 2026 09:42
8338e9a to
e1ec94b
Compare
Collaborator
Coverage Report for CI Build 33092477776Coverage decreased (-0.07%) to 73.561%Details
Uncovered ChangesNo uncovered changes found. Coverage Regressions260 previously-covered lines in 7 files lost coverage.
Coverage Stats💛 - Coveralls |
cap-juan
force-pushed
the
feature/2273-integrate-git-as-global-tool
branch
from
August 24, 2026 10:09
e1ec94b to
4d0a427
Compare
laim2003
requested review from
JoelAdbu and
laim2003
and removed request for
laim2003
August 27, 2026 08:44
cap-juan
force-pushed
the
feature/2273-integrate-git-as-global-tool
branch
2 times, most recently
from
August 27, 2026 16:15
17e6ede to
a072d66
Compare
cap-juan
force-pushed
the
feature/2273-integrate-git-as-global-tool
branch
from
August 27, 2026 16:17
a072d66 to
ac2e42e
Compare
JoelAdbu
reviewed
Aug 28, 2026
JoelAdbu
left a comment
Contributor
There was a problem hiding this comment.
Since Git can now be installed via IDEasy, it would be helpful to improve the error message shown when IDEasy is started without Git being installed.
This change could be implemented in GitContextImpl.java in the findGitRequired() method.
Current message:
String message = "Git " + IdeContext.IS_NOT_INSTALLED_BUT_REQUIRED;Suggested message:
String message = "Git " + IdeContext.IS_NOT_INSTALLED_BUT_REQUIRED +". Try running `ide install git` to install it."
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR fixes #2273
Implemented changes:
aptandzypper).DisplayName.Testing instructions:
Please add conscise, understandable instructions on how a reviewer can test/verify the functionality of your contribution here:
build-local-dev.shide install gitand / oride uninstall gitChecklist for this PR
Make sure everything is checked before merging this PR. For further info please also see
our DoD.
mvn clean testlocally all tests pass and build is successful#«issue-id»: «brief summary»(e.g.#921: fixed setup.batand notfeature/921 fixed setup.bat). If no issue ID exists, title only.In Progressand assigned to you or there is no issue (might happen for very small PRs)with
internalpom.xmlfiles or otherwise if runtime dependencies changed, you have updated our LICENSE.asciidocChecklist for tool commandlets
Have you added a new
«tool»as commandlet? There are the following additional checks:«tool»«TOOL»_VERSIONand«TOOL»_EDITIONare honored by your commandlet