Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EGit/New and Noteworthy/5.10"

 
Line 21: Line 21:
  
 
See also the [[JGit/New_and_Noteworthy/5.10|new features in JGit]] for additional information.
 
See also the [[JGit/New_and_Noteworthy/5.10|new features in JGit]] for additional information.
 +
 +
[[Category:EGit]]

Latest revision as of 22:22, 29 November 2023

EGit

SSH

The Apache MINA sshd client that is used by default now supports the ProxyJump directive in the SSH configuration file ~/.ssh/config. This is useful to access git repositories behind a bastion server or jump host. The configuration must be done in the ~/.ssh/config SSH configuration file; there is no UI for this.

Other Changes

EGit 5.10 includes some less noticeable improvements in the UI, plus a number of bug fixes. The complete list of new features and bug fixes is available in the release notes.

Contributors

The following 4 developers worked on this release:

Chenhui Xu, Matthias Sohn, Michael Keppler, Thomas Wolf

See Also

See also the new features in JGit for additional information.

Back to the top