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"

(Bug Fixes)
Line 1: Line 1:
= Library =
+
=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
 +
* Improve handling of Gerrit ChangeIds
 +
* Improve handling of checkout conflicts
  
TODO
+
=performance=
 +
* Speed up handling of paths in the CommitCommand
 +
* Speed up PathFilterGroup for large sets of paths
  
= Porcelain Commands =
+
=Fixes=
 
+
- [https://bugs.eclipse.org/bugs/show_bug.cgi?id=376035 Fixed stash apply using merge logic]
TODO
+
 
+
= Command Line =
+
TODO
+
 
+
= Build =
+
 
+
TODO
+
  
 
= Bug Fixes =
 
= Bug Fixes =
Line 19: Line 17:
 
= Contributors =
 
= Contributors =
 
The following developers worked on this release of JGit:
 
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
TODO
+

Revision as of 18:24, 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
  • Improve handling of Gerrit ChangeIds
  • Improve 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