GitRatchet

mill.javalib.spotless.GitRatchet
class GitRatchet(root: Path) extends AutoCloseable

Attributes

See also
Source
GitRatchet.scala
Graph
Supertypes
trait AutoCloseable
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def close(): Unit

Attributes

Source
GitRatchet.scala
def commitTree(rev: String): CanonicalTreeParser

Attributes

Source
GitRatchet.scala
def diff(staged: Boolean, from: String, to: Option[String])(using ctx: Workspace): Seq[PathRef]

Attributes

Source
GitRatchet.scala
def indexTree: DirCacheIterator

Attributes

Source
GitRatchet.scala
def workingTree: FileTreeIterator

Attributes

Source
GitRatchet.scala

Concrete fields

val git: Git

Attributes

Source
GitRatchet.scala
val repository: Repository

Attributes

Source
GitRatchet.scala