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"

(Bug Fixes)
(Contributors)
Line 17: Line 17:
  
 
= Contributors =
 
= Contributors =
The following developers worked on this release of JGit :
+
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

Revision as of 17:54, 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