Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "JGit/New and Noteworthy/1.0"

(Ant Tasks)
 
Line 33: Line 33:
  
 
[http://egit.eclipse.org/w/?p=jgit.git;a=shortlog;h=stable-1.0;hp=v0.12.1;opt=--no-merges JGit 1.0 - commits in gitweb]
 
[http://egit.eclipse.org/w/?p=jgit.git;a=shortlog;h=stable-1.0;hp=v0.12.1;opt=--no-merges JGit 1.0 - commits in gitweb]
 +
 +
[[Category:JGit]]

Latest revision as of 22:29, 29 November 2023

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