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

(Features)
(Bug Fixes)
Line 21: Line 21:
  
 
= Bug Fixes =
 
= Bug Fixes =
 +
 +
* Improved support for core.autocrlf
 +
 
[https://bugs.eclipse.org/bugs/buglist.cgi?resolution=FIXED&resolution=DUPLICATE&classification=Technology&chfieldto=2013-12-18&query_format=advanced&chfield=bug_status&chfieldfrom=2013-10-03&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&product=JGit&target_milestone=3.2 13 Bugs and 6 enhancement requests] were closed
 
[https://bugs.eclipse.org/bugs/buglist.cgi?resolution=FIXED&resolution=DUPLICATE&classification=Technology&chfieldto=2013-12-18&query_format=advanced&chfield=bug_status&chfieldfrom=2013-10-03&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&product=JGit&target_milestone=3.2 13 Bugs and 6 enhancement requests] were closed
  

Revision as of 19:23, 17 December 2013

Features

  • Interactive rebase
  • Support for rebase.autostash
  • Add recursive variant of Config.getNames() methods

Commands

  • Added the git-describe implementation

Command Line

  • status command supports --porcelain
  • fetch command supports --tags
  • added describe command
  • list all supported formats in archive command's help
  • add support for --version

Build and Release Engineering

  • Updated Jetty to 7.6.14.v20131031
  • Updated to Ant 1.9.2
  • Introduced Kepler and Luna target platform
  • Updated build to use Tycho 0.19

Bug Fixes

  • Improved support for core.autocrlf

13 Bugs and 6 enhancement requests were closed

Contributors

The following 17 developers worked on this release of JGit:

Axel Richard, Christian Halstrick, Colby Ranger, Dave Borowitz, John Ross, Jonathan Nieder, Kaloyan Raev, Kohsuke Kawaguchi, Matthias Sohn, Michael Nelson, Robin Rosenberg, Robin Stocker, Rüdiger Herrmann, Shawn Pearce, Stefan Lay, Tobias Pfeifer, Tomasz Zarna

Back to the top