Skip to main content
Jump to: navigation, search

JGit/New and Noteworthy/1.1

< JGit‎ | New and Noteworthy
Revision as of 05:39, 30 August 2011 by Robert.munteanu.gmail.com (Talk | contribs) (Spelling)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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