-
Notifications
You must be signed in to change notification settings - Fork 79
New and Noteworthy 5.12
Thomas Wolf edited this page Jan 10, 2024
·
2 revisions
-
org.eclipse.jgit.lib.ApplyCommandhas been enhanced to handle more cases. It now also supports applying binary delta or literal patch hunks. - Merging now supports the content merge strategies
oursandtheirs. They replace in text conflicts all conflicting hunks by the "ours" or "theirs" version; they correspond togit merge -X ours/theirs.org.eclipse.jgit.lib.MergeCommand,PullCommand,RebaseCommand,StashApplyCommand, andCherrypickCommandhave new setters to set thisorg.eclipse.jgit.merge.ContentMergeStrategy. The JGit command-lineorg.eclipse.jgit.pgm.Mergecommand now supports the-Xor--strategy-optioncommand-line option. See the official git documentation for more information about the-Xoption.
The complete list of new features and bug fixes is available in the release notes.
The following 10 developers worked on this release:
Adithya Chakilam, David Ostrovsky, Han-Wen Nienhuys, Ivan Frade, Kyle Zhao, Marco Miller, Marija Savtchouk, Matthias Sohn, Thomas Wolf, Youssef Elghareeb