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

(New page: = Git Porcelain API Updates = More Git porcelain commands and command options were added to the '''org.eclipse.jgit.api''' package * <code>ReflogCommand</code> = Features = TODO)
 
 
(7 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
More Git porcelain commands and command options were added to the '''org.eclipse.jgit.api''' package
 
More Git porcelain commands and command options were added to the '''org.eclipse.jgit.api''' package
 
* <code>ReflogCommand</code>
 
* <code>ReflogCommand</code>
 +
* <code>DiffCommand</code>
 +
* <code>ListTagCommand</code>
 +
* <code>DeleteTagCommand</code>
 +
* <code> ResetCommand</code> now supports recursive reset on given directory
  
 
= Features =
 
= Features =
  
TODO
+
* Shallow cloning support
 +
* Blame command in JGit command line
 +
 
 +
= Performance Improvements =
 +
* diverse performance improvements were implemented
 +
** http://egit.eclipse.org/r/3978
 +
** http://egit.eclipse.org/r/3809
 +
** http://egit.eclipse.org/r/3778
 +
 
 +
[[Category:JGit]]

Latest revision as of 22:29, 29 November 2023

Git Porcelain API Updates

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

  • ReflogCommand
  • DiffCommand
  • ListTagCommand
  • DeleteTagCommand
  • ResetCommand now supports recursive reset on given directory

Features

  • Shallow cloning support
  • Blame command in JGit command line

Performance Improvements

Back to the top