-
Notifications
You must be signed in to change notification settings - Fork 55
New and Noteworthy 0.10
Matthias Sohn edited this page Nov 30, 2023
·
2 revisions
A new histogram diff algorithm derived from Bram Cohen's Patience Diff algorithm has been implemented which yields better readable diffs for real-world source code diffs.
See the HistogramDiff
class.
We natively support the HTTP basic and digest authentication methods by setting the Authorization header.
See the HttpAuthMethod
class.
The new IndexDiffFilter speeds up walking the working tree heavily. This e.g. helps to bring up the commit dialog on large repositories much faster.
See the IndexDiffFilter
class.
More Git porcelain commands were added to the org.eclipse.jgit.api package
CheckoutCommand
CherryPickCommand
CreateBranchCommand
DeleteBranchCommand
FetchCommand
InitCommand
ListBranchCommand
PullCommand
PushCommand
RebaseCommand
RenameBranchCommand
RmCommand
The User Guide has been enhanced.
31 JGit Bugs have been closed since 0.9