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

Line 4: Line 4:
 
* <code>ReflogCommand</code>
 
* <code>ReflogCommand</code>
 
* <code>DiffCommand</code>
 
* <code>DiffCommand</code>
 +
* <code>ListTagCommand</code>
 +
* <code>DeleteTagCommand</code>
  
 
= Features =
 
= Features =
  
 
* Shallow cloning support
 
* Shallow cloning support

Revision as of 16:49, 21 August 2011

Git Porcelain API Updates

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

  • ReflogCommand
  • DiffCommand
  • ListTagCommand
  • DeleteTagCommand

Features

  • Shallow cloning support

Back to the top