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"

m (Spelling)
(3 intermediate revisions by one other user not shown)
Line 6: Line 6:
 
* <code>ListTagCommand</code>
 
* <code>ListTagCommand</code>
 
* <code>DeleteTagCommand</code>
 
* <code>DeleteTagCommand</code>
* <code> ResetCommand</code> now supports recursive reset on directories and allows resetting all changed files in given directory
+
* <code> ResetCommand</code> now supports recursive reset on given directory
  
 
= Features =
 
= Features =
  
 
* Shallow cloning support
 
* Shallow cloning support
* blame command in JGit command line
+
* Blame command in JGit command line
  
 
= Performance Improvements =
 
= Performance Improvements =
* diverse performance improvements where implemented
+
* diverse performance improvements were implemented
 
** http://egit.eclipse.org/r/3978
 
** http://egit.eclipse.org/r/3978
 +
** http://egit.eclipse.org/r/3809
 +
** http://egit.eclipse.org/r/3778

Revision as of 05:39, 30 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
  • ResetCommand now supports recursive reset on given directory

Features

  • Shallow cloning support
  • Blame command in JGit command line

Performance Improvements

Back to the top