Skip to content

Improve Git Failure Handling

Compare
Choose a tag to compare
@jeffmay jeffmay released this 30 Oct 17:52
6f68500
  • Fixes a confusing message on Mac OS X:
java.lang.IllegalArgumentException: requirement failed: Must be in a git repository
at scala.Predef$.require(Predef.scala:233)
at com.rallyhealth.sbt.versioning.GitDriverImpl.<init>(GitDriver.scala:71)

Now it shares more info about why git failed to run.