ReadableGit

com.github.sbt.git.ReadableGit
trait ReadableGit

An interface for interacting with git in a read-only manner.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def withGit[A](f: GitReadonlyInterface => A): A