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/1.1

Git Porcelain API Updates

More Git porcelain commands and command options were added to the org.eclipse.jgit.api package

  • ReflogCommand
  • DiffCommand
  • ListTagCommand
  • DeleteTagCommand

Features

  • Shallow cloning support

Back to the top