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

JGit/New and Noteworthy/2.1

< JGit‎ | New and Noteworthy
Revision as of 22:30, 29 November 2023 by Matthias.sohn.sap.com (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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