Updated Porcelain Commands
JGit 1.3 New and Noteworthy
Bug Fixes
Updated Porcelain Commands
CloneCommand
Supports cloning submodules after the parent repository clone finishes
DiffCommand
Supports setting a custom source and destination prefix (defaults to
a/
and
b/
)
Supports setting the number of context lines to display (defaults to 3)
Supports setting a
ProgressMonitor
that will be provided updates on the diff formatting progress
LogCommand
Supports setting the maximum number of commits to display
Supports setting the number of commits to skip over before returning any
JGit 1.3 New and Noteworthy
Bug Fixes