JGit 2.0 New and Noteworthy
Updated Porcelain Commands
New Porcelain Commands
StashApplyCommand
Provides applying the changes in a stashed commit to the local working directory and index
StashCreateCommand
Provides support to stash the index and working directory changes in a commit stored in refs/stash
StashDropCommand
Provides support for dropping a stashed commit
ApplyCommand
Provides applying patches on a git index file and a working tree.
Updated Porcelain Commands