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

Difference between revisions of "JGit/New and Noteworthy/0.11"

(Git Porcelain API Updates)
Line 4: Line 4:
 
* <code>RevertCommand</code>
 
* <code>RevertCommand</code>
 
* <code>CloneCommand</code>
 
* <code>CloneCommand</code>
 +
* <code>PullCommand</code> now supports rebase
  
 
= Bugs Closed =
 
= Bugs Closed =

Revision as of 11:05, 10 February 2011

Git Porcelain API Updates

More Git porcelain commands were added to the org.eclipse.jgit.api package

  • RevertCommand
  • CloneCommand
  • PullCommand now supports rebase

Bugs Closed

TODO

Commits

JGit 0.11 - commits in gitweb

Back to the top