com.madgag.git.bfg.cleaner

protection

package protection

Visibility
  1. Public
  2. All

Type Members

  1. case class ObjectProtection(objectProtection: Map[RevObject, Set[String]], treeProtection: Map[RevTree, Set[RevObject]], directBlobProtection: Map[ObjectId, Set[RevObject]], indirectBlobProtection: Map[ObjectId, Set[RevTree]]) extends Product with Serializable

  2. case class ProtectedObjectDirtReport(revObject: RevObject, originalTreeOrBlob: RevObject, replacementTreeOrBlob: Option[ObjectId]) extends Product with Serializable

Value Members

  1. object ObjectProtection extends Serializable

    PROTECTING TREES : Want to leave the tree unchanged for all commits at the tips of refs the user thinks are important.

  2. object Reporter

Ungrouped