You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release of 0.3.0
- Updating release notes in readme.
- Switch back to older JGit version to make tests pass.
- Update to Gradle 2.0 and Groovy 2.x version used by it.
- Updating to new ajoberstar plugin
Release of 0.2.4-milestone.1+1643463
- Switch back to older JGit version to make tests pass.
- Update to Gradle 2.0 and Groovy 2.x version used by it.
- Updating to new ajoberstar plugin
Version 0.2.2
- Fixing ajoberstar#24 by using delegate first in ConfigureUtil.
- Add netcat as alternative to jna for sshagent.
- Add isAncestorOf method.
Version 0.2.1
* Added `close()` method to `Grgit` to release resources.
* Support system properties for hardcoded credentials.
* Fix for some JNA issues when using ssh-agent.