- Many operations now support Grgit objects (such as Tag, Branch, Commit) as arguments instead of just Strings. These are indicated in each operations doc.
- Deprecated the Grgit#open(String, Credentials) and Grgit#open(File, Credentials) methods, which are replaced with
OpenOp to be consistent with all other methods. dryRun
now supported onPushOp
. (Thanks to Marcin Zajączkowski)- Removed deprecated Grgit#resolveCommit(Object) method.
- BranchStatusOp's
branch
property is now deprecated and replaced byname
.branch
will not be removed until 2.0.0, at the earliest.
Also thanks to Aaron Zirbes for fixing a compile issue with GrgitException
.