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/2.1"

(JGit garbage collector for FileRepositories)
(New Porcelain Commands)
Line 3: Line 3:
 
JGit now provides an implementation for git gc for FileRepositories.
 
JGit now provides an implementation for git gc for FileRepositories.
  
= New Porcelain Commands =
+
 
== {{code|XXXCommand}} ==
+
*
+
  
 
= Updated Porcelain Commands =
 
= Updated Porcelain Commands =

Revision as of 09:38, 11 September 2012

Garbage Collector for FileRepositories

JGit now provides an implementation for git gc for FileRepositories.


Updated Porcelain Commands

MergeCommand

  • now supports "--squash" option

CheckoutCommand

  • now passes modified files through result to the caller

Command Line

  • new JGit command line command "show" for any object

Performance improvements

  • performance of persisting Git index was improved
  • handling of index state after merge/cherry-pick/rebase was improved which improves performance

Bug Fixes

12 Bugs and 1 enhancement requests were closed

Back to the top