-
Notifications
You must be signed in to change notification settings - Fork 44
New and Noteworthy 1.0
Matthias Sohn edited this page Nov 30, 2023
·
1 revision
More Git porcelain commands and command options were added to the org.eclipse.jgit.api package
LsRemoteCommand
CleanCommand
-
CheckoutCommand
andResetCommand
now have path support
There are ant tasks now available for the org.eclipse.jgit.ant bundle.
git-init
git-clone
git-checkout
permits storing the Git repository in a distributed hashtable, NoSQL system, or other database
- 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
21 bugs and 8 enhancement requests were closed.