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.3"

(Fixes)
(Contributors)
(4 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
* Improved handling of checkout conflicts
 
* Improved handling of checkout conflicts
  
=performance=
+
=Performance Improvements=
 
* Speed up handling of paths in the CommitCommand
 
* Speed up handling of paths in the CommitCommand
 
* Speed up PathFilterGroup for large sets of paths
 
* Speed up PathFilterGroup for large sets of paths
  
=Fixes=
+
 
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=376035 Fixed stash apply using merge logic]
+
  
 
= Bug Fixes =
 
= Bug Fixes =
[https://bugs.eclipse.org/bugs/buglist.cgi?list_id=1764539;resolution=FIXED;resolution=DUPLICATE;classification=Technology;chfieldto=2013-02-20;query_format=advanced;chfield=bug_status;chfieldfrom=2012-12-20;bug_status=RESOLVED;bug_status=VERIFIED;bug_status=CLOSED;component=JGit;product=JGit ? Bugs and ? enhancement requests] were closed
+
[https://bugs.eclipse.org/bugs/buglist.cgi?list_id=1764539;resolution=FIXED;resolution=DUPLICATE;classification=Technology;chfieldto=2013-02-20;query_format=advanced;chfield=bug_status;chfieldfrom=2012-12-20;bug_status=RESOLVED;bug_status=VERIFIED;bug_status=CLOSED;component=JGit;product=JGit 14 Bugs and 0 enhancement requests] were closed
  
 
= Contributors =
 
= Contributors =
The following developers worked on this release of JGit:
+
The following 13 developers worked on this release of JGit:
Christian Halstrick, Colby Ranger, Dani Megert, Dave Borowitz, Markus Duft, Matthias Sohn, Robin Rosenberg, Robin Stocker, Shawn Pearce, Stefan Lay, Tobias Pfeifer, Tomasz Zarna
+
 
 +
Christian Halstrick, Colby Ranger, Dani Megert, Dave Borowitz, Markus Duft, Matthias Sohn, Roberto Tyley, Robin Rosenberg, Robin Stocker, Shawn Pearce, Stefan Lay, Tobias Pfeifer, Tomasz Zarna

Revision as of 17:27, 1 March 2013

Features

  • Deleted the iplog generator, it was replaced by the automatic IP tool provided by Eclipse Foundation
  • New tree filter for user-visible changes between two indexes
  • Improved handling of Gerrit ChangeIds
  • Improved handling of checkout conflicts

Performance Improvements

  • Speed up handling of paths in the CommitCommand
  • Speed up PathFilterGroup for large sets of paths


Bug Fixes

14 Bugs and 0 enhancement requests were closed

Contributors

The following 13 developers worked on this release of JGit:

Christian Halstrick, Colby Ranger, Dani Megert, Dave Borowitz, Markus Duft, Matthias Sohn, Roberto Tyley, Robin Rosenberg, Robin Stocker, Shawn Pearce, Stefan Lay, Tobias Pfeifer, Tomasz Zarna

Back to the top