package diff
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
-  sealed trait DiffDisable extends AnyRef
-  class FullDiffDisable extends DiffDisable
-  case class GitChange(start: Int, length: Int) extends Product with Serializable
-  sealed trait GitDiff extends AnyRef
-  case class ModifiedFile(path: Path, changes: List[GitChange]) extends GitDiff with Product with Serializable
-  case class NewFile(path: Path) extends GitDiff with Product with Serializable
Value Members
-  object DiffDisable
-  object DiffUtils
-  object EmptyDiff extends DiffDisable