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

(Contributors)
(Contributors)
Line 18: Line 18:
 
= Contributors =
 
= Contributors =
 
The following 13 developers worked on this release of JGit :
 
The following 13 developers worked on this release of JGit :
 +
 
Alcemir Santos,
 
Alcemir Santos,
 
Christian Halstrick,
 
Christian Halstrick,

Revision as of 17:55, 6 June 2016

JGit

Features

  • JGit command line: allow to call git init with specific directory
  • Support git config [include] section with absolute path
  • LogCommand: enable to set filter to only show merge or non-merge commits
  • ApplyCommand: Allow setting FileMode to executable when applying patches
  • Make BaseReceivePack.setAtomic public
  • Support per-BatchRefUpdate atomic transactions
  • Expose conflicting files in CheckoutConflictException

Releng

  • Updated Maven plugins

Bug Fixes

4 Bugs were closed

Contributors

The following 13 developers worked on this release of JGit :

Alcemir Santos, Christian Halstrick, Dave Borowitz, David Pursehouse, Jonathan Nieder, Marco Miller, Matthias Sohn, Mike Edgar, Nadav Cohen, Ned Twigg, Rüdiger Herrmann, Stefan Beller, Terry Parker

Back to the top