Skip to main content

Notice: This Wiki is now read only and edits are no longer 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"

(Created page with "=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 fil...")
 
 
(3 intermediate revisions by the same user not shown)
Line 14: Line 14:
  
 
= Bug Fixes =
 
= Bug Fixes =
[https://bugs.eclipse.org/bugs/buglist.cgi?classification=Technology&list_id=10006180&order=Importance&product=JGit&query_format=advanced&resolution=FIXED&resolution=DUPLICATE&target_milestone=4.4  3 Bugs and  3 enhancement requests] were closed
+
[https://bugs.eclipse.org/bugs/buglist.cgi?classification=Technology&list_id=10006180&order=Importance&product=JGit&query_format=advanced&resolution=FIXED&resolution=DUPLICATE&target_milestone=4.4  4 Bugs] were closed
  
 
= 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
 +
 
 +
[[Category:JGit]]

Latest revision as of 22:36, 29 November 2023

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