Skip to main content

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.

Jump to: navigation, search

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

m
Line 11: Line 11:
 
= Contributors =
 
= Contributors =
  
The following X developers worked on this release:
+
The following 4 developers worked on this release:
  
<TBD: list of contributors, number>
+
Chenhui Xu,
 +
Matthias Sohn,
 +
Michael Keppler,
 +
Thomas Wolf
  
 
= See Also =
 
= See Also =
  
 
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.

Revision as of 09:54, 8 December 2020

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