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

JGit/New and Noteworthy/0.10

HTTP basic and digest authentication

We natively support the HTTP basic and digest authentication methods by setting the Authorization header.

See the HttpAuthMethod class.

Git Porcelain API Updates

A few more Git porcelain commands were added to the org.eclipse.jgit.api package

  • BranchCommand
  • FetchCommand
  • PullCommand

Commits

TODO

Back to the top