Skip to main content

Notice: This Wiki is now read only and edits are no longer 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/6.6"

(Created page with "= JGit = == Features == == Other Changes == The complete list of new features and bug fixes is available in the [https://projects.eclipse.org/projects/technology.jgit/rel...")
 
Line 3: Line 3:
 
== Features ==
 
== Features ==
  
 
+
* Support rebasing independent branches
 +
* Support cherry-picking a root commit
 +
* Support git tag --contains option
 +
* Implement a snapshotting RefDirectory for use in request scoped ref cache
 +
* DirCache: support option index.skipHash
  
 
== Other Changes ==
 
== Other Changes ==
Line 11: Line 15:
 
= Contributors =
 
= Contributors =
  
The following developers worked on this release:
+
The following 18 developers worked on this release:
 +
Anna Papitto,
 +
David Ostrovsky,
 +
Fabio Ponciroli,
 +
Han-Wen Nienhuys,
 +
Ivan Frade,
 +
Jonathan Tan,
 +
Kaushik Lingarkar,
 +
Kyle Zhao,
 +
Martin Fick,
 +
Matthias Sohn,
 +
Nasser Grainawi,
 +
Nitzan Gur-Furman,
 +
Pat Patterson,
 +
Prudhvi Akhil Alahari,
 +
Ronald Bhuleskar,
 +
Simon Sohrt,
 +
Thomas Wolf,
 +
Xing Huang

Revision as of 09:30, 25 May 2023

JGit

Features

  • Support rebasing independent branches
  • Support cherry-picking a root commit
  • Support git tag --contains option
  • Implement a snapshotting RefDirectory for use in request scoped ref cache
  • DirCache: support option index.skipHash

Other Changes

The complete list of new features and bug fixes is available in the release notes.

Contributors

The following 18 developers worked on this release: Anna Papitto, David Ostrovsky, Fabio Ponciroli, Han-Wen Nienhuys, Ivan Frade, Jonathan Tan, Kaushik Lingarkar, Kyle Zhao, Martin Fick, Matthias Sohn, Nasser Grainawi, Nitzan Gur-Furman, Pat Patterson, Prudhvi Akhil Alahari, Ronald Bhuleskar, Simon Sohrt, Thomas Wolf, Xing Huang

Back to the top