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"

(Start 5.10 N&N)
 
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
== SSH ==
 
== SSH ==
  
The Apache MINA sshd client that is used by default now supports the [https://man.openbsd.org/ssh_config#ProxyJump ProxyJump] directive in the SSH configuration file <tt>~/ssh/config</tt>. This is useful to access git repositories behind a bastion server or jump host. The configuration must be done in the <tt>~/ssh/config</tt> SSH configuration file; there is no UI for this.
+
The Apache MINA sshd client that is used by default now supports the [https://man.openbsd.org/ssh_config#ProxyJump ProxyJump] directive in the SSH configuration file <tt>~/.ssh/config</tt>. This is useful to access git repositories behind a bastion server or jump host. The configuration must be done in the <tt>~/.ssh/config</tt> SSH configuration file; there is no UI for this.
  
 
== Other Changes ==
 
== Other Changes ==
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 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