com.madgag.git.bfg.cleaner

protection

package protection

Visibility
  1. Public
  2. All

Type Members

  1. case class ProtectedObjectCensus(protectorRevsByObject: 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

    The function of the ProtectedObjectDirtReport is tell the user that this is the stuff they've decided to protect in their latest commits - it's the stuff The BFG /would/ remove if you hadn't told it to hold back,

Value Members

  1. object ProtectedObjectCensus 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 ProtectedObjectDirtReport extends Serializable

Ungrouped