This is the 1.2.0 release of groll, a plugin for sbt to view and navigate through the Git history.
Groll provides the command groll that provides various options to view and navigate through the Git history. Of course this means, that you can only use groll for projects using Git as version control system. If you are navigating through the Git history, groll will reload the sbt session if the build definition changed.
New and noteworthy:
- Issue #10: Add support for executing commands after grolling
Example:
GrollKeys.postCommands <<= EclipseKeys.commandName(Seq(_))
Please see the README for information about installing and using groll.
groll is a plugin for sbt to view and navigate through the Git history.