-
Notifications
You must be signed in to change notification settings - Fork 79
New and Noteworthy 0.12
Matthias Sohn edited this page Nov 30, 2023
·
1 revision
More Git porcelain commands and command options were added to the org.eclipse.jgit.api package
AddNoteCommandListNotesCommandShowNoteCommandResetCommandStatusCommand-
CommitCommandnow supports the git commit options--amendand-oand allows to pass a Gerrit ChangeId to be added as a commit message footer -
LogCommandnow supports path filters -
PushCommandnow supports the git push options--alland--tags
The JGit command line now supports the following new commands and command options
-
jgit mergehas been added -
jgit resethas been added -
jgit lognow can show git notes -
jgit pushnow supports the options--alland--tags
CherryPickCommand now properly supports conflict handling.
- Some since long time deprecated classes have been removed
Repository.mapTreeTreeVisitorTreeIteratorIndexTreeVisitorWriteTreeWorkDirCheckout-
Treeishinterface
- Class
ObjectIdSubclassMaphas been improved to implement a more lightweight map for ObjectIds which reduces memory consumption considerably.
15 bugs and 5 enhancement requests were closed.