JGit 5.10 New and Noteworthy |
|
|
|
|
|
Contributors |
JGit
New Features
- Bundle
org.eclipse.jgit.ssh.apache
: 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 ~/.ssh/config; there is no API for this.
- Support for git configs
http.userAgent and
http.extraHeader. The values are limited to 7-bit ASCII.
Other Changes
The complete list of new features and bug fixes is available in the
release notes.
|
|
|
|
|
Contributors |