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:06, 27 November 2012 by Caniszczyk.gmail.com (Talk | contribs) (New page: = 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/ = Recurs...)

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

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

  • now passes modified files through result to the caller

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