JGit 1.3 New and Noteworthy
Updated Porcelain Commands
New Porcelain Commands
StashListCommand
Provides a collection of all the currently stashed commits in a repository
Submodule Commands
SubmoduleAddCommand
Registers a new submodule repository at a path in a parent repository
SubmoduleInitCommand
Initializes the repository's config with entries from the
.gitmodules
file
SubmoduleStatusCommand
Provides the status of all the registered submodules in a repository
SubmoduleSyncCommand
Updates the remote URL used by a submodule with the value currently in the ''.gitmodules' file
SubmoduleUpdateCommand
Clones missing submodules and merge, rebases, or checks out the commit SHA-1 of the submodule in the index
Updated Porcelain Commands