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

JGit/New and Noteworthy/2.2

< JGit‎ | New and Noteworthy
Revision as of 00:08, 27 November 2012 by Caniszczyk.gmail.com (Talk | contribs) ({{code|CheckoutCommand}})

RevWalk support for shallow clones

StartGenerator now processes .git/shallow to have the RevWalk stop for shallow commits (gerrit #8345)

https://git.eclipse.org/r/#/c/8345/

Recursive Merge Support

JGit now supports recursive merge strategy (bug 380314)

Porcelain Commands

GarbageCollectCommand

  • Add GarbageCollectCommand

CheckoutCommand

  • supports checking out 'ours' and 'theirs' (bug 390147)

Command Line

  • Added reflog to the CLI (bug 394497)

Performance improvements

  • TODO

Bug Fixes

14 Bugs and 1 enhancement requests were closed

Back to the top