Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.
JGit/New and Noteworthy/0.11
< JGit | New and Noteworthy
Contents
Git Porcelain API Updates
More Git porcelain commands were added to the org.eclipse.jgit.api package
-
RevertCommand
-
CloneCommand
-
PullCommand
now supports rebase
Features
Support for self signed certificate (HTTPS)
Added possibility to disable ssl verification, just as is possible with git
using: git config --global http.sslVerify false
To enable the feature, configure
Window > Preferences > Team > Git > Configuration
and add a new key/value: http.sslVerify=false
Note Support
- Merging of git notes was implemented
Configuration
- Support for system-wide git configuration was added
Bugs Closed
12 bugs and 4 enhancement requests were closed