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

< JGit‎ | New and Noteworthy
Revision as of 19:53, 15 December 2010 by Matthias.sohn.sap.com (Talk | contribs) (Bugs Closed)

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

Bugs Closed

35 JGit Bugs have been closed since 0.9

Commits

JGit 0.10 - commits in gitweb

Back to the top