Packages

package model

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. model
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Commit(node: CommitNode, arcs: CommitArcs) extends Product with Serializable
  2. case class CommitArcs(parents: Seq[ObjectId], tree: ObjectId) extends Product with Serializable
  3. case class CommitNode(author: PersonIdent, committer: PersonIdent, message: String, encoding: Charset = Constants.CHARSET) extends Product with Serializable
  4. case class Footer(key: String, value: String) extends Product with Serializable
  5. implicit class RichPath extends AnyRef
  6. implicit class RichRevCommit extends AnyRef

Value Members

  1. object Commit extends Serializable
  2. object CommitNode extends Serializable
  3. object Footer extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped