-
Notifications
You must be signed in to change notification settings - Fork 59
New and Noteworthy 0.11
Matthias Sohn edited this page Nov 30, 2023
·
1 revision
More Git porcelain commands were added to the org.eclipse.jgit.api package
RevertCommand
CloneCommand
-
PullCommand
now supports rebase
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
- Merging of git notes was implemented
- Support for system-wide git configuration was added
12 bugs and 4 enhancement requests were closed