This is a feature release providing a few improvements to grgit.log
, grgit.show
, and grgit.push
.
Breaking Changes
None
Enhancements
- #274 Support specifying push options
- #272 Throw
IllegalArgumentException
instead of NPE when log op can't find revstr - #273 ShowOp now returns renames with old and new paths, instead of just new paths (Thanks to @mithomas)
- Upgrade from JGit 5.1.3 to 5.3.0
Fixes
- Closing
ObjectReader
used during parsing commits (related to #182)
Deprecations
None
Compatibility
Tested on the following version:
Java Version | Gradle Versions |
---|---|
8 | 3.0, 3.5.1, 4.0, 4.10.3, 5.0, 5.3 |
11 | 5.0, 5.3 |