Community
Participate
Working Groups
Build Identifier: In our enterprise setup we install msysgit on windows without adding git.exe to the PATH, as the installer suggests. As a consequence jgit does not find the msysgit installation and the system config is not used by jgit/egit. Workaround: Pass -Djgit.gitprefix=C:\path\to\ in eclipse.ini Reproducible: Always Steps to Reproduce: 1. Install msysgit without adding git.exe to PATH 2. Open git-preferences configuration->system settings is empty 3.
The solution for bug 301775 adds a configuration for this, so the workaround is to browse for msysgit-gitconfig.
Can we close this with https://git.eclipse.org/r/#/c/4430/ which was merged recently ?
For us https://git.eclipse.org/r/#/c/4430/ is sufficient, as we'll preconfigure this for our developers via the workspace. I think it's still a problem for standard users: They install msysgit with defaults, and e.g. go through a git tutorial. When they start using egit their config is silently ignored. egit could scan the windows registry for the msysgit uninstall key, the install location is noted there: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Git_is1\InstallDir https://github.com/msysgit/msysgit/blob/devel/share/WinGit/helpers.inc.iss#L56 I'll leave it up to you to close this bug.
I think https://git.eclipse.org/r/#/c/6436/ satisfies this