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

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

(JGit garbage collector for FileRepositories (git gc))
(JGit garbage collector for FileRepositories)
Line 1: Line 1:
= JGit garbage collector for FileRepositories =
+
= Garbage Collector for FileRepositories =
  
 
JGit now provides an implementation for git gc for FileRepositories.
 
JGit now provides an implementation for git gc for FileRepositories.

Revision as of 18:06, 4 September 2012

Garbage Collector for FileRepositories

JGit now provides an implementation for git gc for FileRepositories.

New Porcelain Commands

XXXCommand

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