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"

(Features)
Line 2: Line 2:
 
* Deleted the iplog generator, it was replaced by the automatic IP tool provided by Eclipse Foundation
 
* 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
 
* New tree filter for user-visible changes between two indexes
* Improve handling of Gerrit ChangeIds
+
* Improved handling of Gerrit ChangeIds
* Improve handling of checkout conflicts
+
* Improved handling of checkout conflicts
  
 
=performance=
 
=performance=

Revision as of 18:25, 11 February 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

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

Fixes

- Fixed stash apply using merge logic

Bug Fixes

? Bugs and ? enhancement requests were closed

Contributors

The following 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

Back to the top