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.0

Git Porcelain API Updates

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

  • LsRemoteCommand
  • CleanCommand
  • CheckoutCommand and ResetCommand now have path support

Features

Ant Tasks

There are ant tasks now available for the org.eclipse.jgit.ant bundle.

  • git-init
  • git-clone
  • git-checkout

jgit.storage.dht storage SPI implementation for JGit

permits storing the Git repository in a distributed hashtable, NoSQL system, or other database

storage system implementations based on this DHT SPI

  • Apache HBase
  • Apache Cassandra
  • Google Bigtable (proprietary, not part of jgit)
  • an in-memory implementation for unit testing
  • a JDBC implementation for SQL
  • a generic cache provider that can ride on top of memcache

Bugs Closed

21 bugs and 8 enhancement requests were closed.

Commits

JGit 1.0 - commits in gitweb

Back to the top