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.0"

(Bug Fixes)
({{code|yyyCommand}})
Line 4: Line 4:
  
 
= Updated Porcelain Commands =
 
= Updated Porcelain Commands =
=={{code|yyyCommand}}==
+
=={{code|CloneCommand}}==
* Supports  
+
* Supports {{code|autosetuprebase}}
 +
 
 +
=={{code|CheckoutCommand}}==
 +
* Supports all paths option. This will perform the equivalent  of running a {{code|git checkout -- .}} at the root of a repository
  
 
= Other Features =
 
= Other Features =

Revision as of 17:29, 31 May 2012

New Porcelain Commands

xxxCommand

  • Provides

Updated Porcelain Commands

CloneCommand

  • Supports autosetuprebase

CheckoutCommand

  • Supports all paths option. This will perform the equivalent of running a git checkout -- . at the root of a repository

Other Features

Bug Fixes

20 Bugs and 7 enhancement requests were closed

Back to the top