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"

(Other Features)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
= New Porcelain Commands =
+
= Garbage Collector for FileRepositories =
== {{code|XXXCommand}} ==
+
 
*
+
JGit now provides an implementation for git gc for FileRepositories.
 +
 
 +
 
  
 
= Updated Porcelain Commands =
 
= Updated Porcelain Commands =
Line 7: Line 9:
 
* now supports "--squash" option
 
* now supports "--squash" option
  
= Other Features =
+
=={{code|CheckoutCommand}}==
 +
* now passes modified files through result to the caller
 +
 
 +
= Command Line =
 
* new JGit command line command "show" for any object
 
* new JGit command line command "show" for any object
* JGit garbage collector for FileRepositories (git gc)
 
  
 
= Performance improvements =
 
= Performance improvements =
Line 16: Line 20:
  
 
= Bug Fixes =
 
= Bug Fixes =
[https://bugs.eclipse.org/bugs/buglist.cgi?list_id=1764539;resolution=FIXED;resolution=DUPLICATE;classification=Technology;chfieldto=2012-09-20;query_format=advanced;chfield=bug_status;chfieldfrom=2012-06-07;bug_status=RESOLVED;bug_status=VERIFIED;bug_status=CLOSED;component=JGit;product=JGit 12 Bugs and 1 enhancement requests] were closed
+
[https://bugs.eclipse.org/bugs/buglist.cgi?list_id=1764539;resolution=FIXED;resolution=DUPLICATE;classification=Technology;chfieldto=2012-09-20;query_format=advanced;chfield=bug_status;chfieldfrom=2012-06-07;bug_status=RESOLVED;bug_status=VERIFIED;bug_status=CLOSED;component=JGit;product=JGit 14 Bugs and 1 enhancement requests] were closed
 +
 
 +
[[Category:JGit]]

Latest revision as of 22:30, 29 November 2023

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

14 Bugs and 1 enhancement requests were closed

Back to the top