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/2.2"

(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...)
 
({{code|CheckoutCommand}})
Line 14: Line 14:
  
 
=={{code|CheckoutCommand}}==
 
=={{code|CheckoutCommand}}==
* now passes modified files through result to the caller
+
* supports checking out 'ours' and 'theirs' (bug 390147)
  
 
= Command Line =
 
= Command Line =

Revision as of 00:08, 27 November 2012

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