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.3"

(Build and Release Engineering)
Line 22: Line 22:
 
* Update Kepler target platform to use Kepler SR2 orbit R-build
 
* Update Kepler target platform to use Kepler SR2 orbit R-build
 
* Update Luna target platform to use Luna M5 orbit repository
 
* Update Luna target platform to use Luna M5 orbit repository
* Update com.jcraft.jsch to 0.1.50 in Kepler target platform
+
* Update com.jcraft.jsch to 0.1.50
 
* Update commons-compress to 1.6
 
* Update commons-compress to 1.6
 
* Upgrade javaewah to version 0.7.9
 
* Upgrade javaewah to version 0.7.9

Revision as of 04:22, 14 February 2014

THIS IS A DRAFT, 3.3 is planned to be released on Feb 28

Features

  • Add symlink support to JGit
  • Use branch.<x>.mergeoptions and merge.ff as defaults for merging
  • Support fetch.prune and remote.<name>.prune to set prune mode when fetching
  • Add git checkout --orphan implementation
  • Suppport the GIT_CONFIG_NOSYSTEM environment variable
  • archive: Include entries for directories
  • archive: Prepend a specified prefix to all entry filenames
  • Add delete support to FS
  • Ban dangerous ref names on Windows

Command Line

  • Add option --millis / -m to debug-show-dir-cache command

Performance Improvements

  • Use fileAttributes to get more attributes in one go on Java 7
  • Non-Fast-Forward Ref-Updates: Omit isMergedInto() calls

Build and Release Engineering

  • Update Kepler target platform to use Kepler SR2 orbit R-build
  • Update Luna target platform to use Luna M5 orbit repository
  • Update com.jcraft.jsch to 0.1.50
  • Update commons-compress to 1.6
  • Upgrade javaewah to version 0.7.9

Bug Fixes

?? Bugs and ?? enhancement requests were closed

Contributors

The following ?? developers worked on this release of JGit:

Back to the top